Hi there, I am using FireStorm of www.Codefutures.com to generate DAO. it will generate DAO interface and DAOImplementation classes. when i generate automated...
15866
Antti Karanta
antti.karant...
Jan 27, 2006 7:09 pm
... I had an issue w/ JUnit running out of memory just before xmas. At first I was baffled as running the tests individually went fine but running a lot...
15867
snigdhasivadas
Jan 27, 2006 7:10 pm
The web application runs in jboss . I have a plain class and from there and from there various entity beans called, to interact with database Inorder to...
15868
Bob Bondi
spillman_qa
Jan 27, 2006 7:10 pm
Hello, <Lurker mode off> I'm happy to see the discussion begin. As a professional QA person with over 20 years hand-on experience it is my sad duty to report...
15869
Brunno Silva
brunno.silva@...
Jan 27, 2006 7:11 pm
Dear list-members, I had some problems when I started to use JUnit, a week ago. After some research, I figure out that the problem was the J2ME sandbox. I...
15870
anish ephrem
infra_anish
Jan 27, 2006 7:11 pm
Hi All, I am new to JUnit . In one of my test program using JUnit, i want to check wheather a collection is empty or not. I am not able to find out a proper...
15871
David Jackman
djackmanq
Jan 27, 2006 8:11 pm
You can always use Assert.assertTrue(coll.isEmpty()); I prefer Assert.assertEquals(0, coll.size()); because if the assertion fails, you get a little more...
15872
Cédric Beust
cbeust
Jan 27, 2006 9:27 pm
... It's useful in other scenarios as well, such as running tests in the same JVM in sequence (either because you are using ant in fork="no" mode or you are...
15873
David Saff
dsaff
Jan 28, 2006 2:47 am
... In JUnit 4, this is fine, even recommended, style. It's nice. David Saff...
15874
Robert Wenner
robertwenner
Jan 28, 2006 3:03 am
... Why would you want that? Do you write your own collections you want to test? If yes, why not use the java.util ones? Or do you test these? If yes, why? If...
15875
David Saff
dsaff
Jan 28, 2006 5:04 am
... Welcome! ... Sounds frustrating. I'm afraid I don't know a lot about J2ME, but I know a fair bit about running JUnit. If J2ME doesn't run code within a ...
15876
David Saff
dsaff
Jan 28, 2006 5:09 am
Searching google for "cpp unit testing" gave me some useful links. Good luck, David Saff...
15877
David Saff
dsaff
Jan 28, 2006 5:20 am
... Bob, Thank you for un-lurking. I think I could learn something from your experience. I'm not sure, though, if your response was directly to J.B.'s...
15878
David Saff
dsaff
Jan 28, 2006 5:27 am
Alexander, The Eclipse team has a fairly mature way of dealing with performance testing and requirements, in my opinion. You can get a flavor of their ...
15879
David Saff
dsaff
Jan 28, 2006 5:28 am
Thanks, Alex. I hope there'll be a great program this year. Of course, in the interest of equal time, we should mention: Waterfall 2006 ...
15880
Kamal Ahmed
KAhmed@...
Jan 28, 2006 5:38 am
Try cppunit, http://cppunit.sourceforge.net/cppunit-wiki ... From: junit@yahoogroups.com [mailto:junit@yahoogroups.com] On Behalf Of hdpoliya Sent: Monday,...
15881
Cédric Beust
cbeust
Jan 28, 2006 5:40 am
You need to override the startApp() method of your MIDlet. Also, be aware that there is no reflection in JavaME, so you build your test suites differently in...
15882
Andrew McDonagh
andy_ipaccess
Jan 29, 2006 11:12 am
Just came across this post on comp.lang.java.programmer... Does anyone here ever go to this length of trouble to test private stuff? I'm curious because I'm a...
15883
Cédric Beust
cbeust
Jan 29, 2006 3:33 pm
... It seems to be overkill. setAccessible() is usually enough to test private methods. I'm really not sure the poster understands what apt does and I don't...
Hi Snigdha, Check out http://mockejb.sourceforge.net/. Regards, Steve. -- Stephen Smith, MEng (Wales). http://www.stephen-smith.co.uk/...
15886
Ilja Preuss
ipreussde
Jan 30, 2006 7:52 am
... Did you actually experience this? As far as I know, Scrum doesn't say much about testing (or coding) at all - which is way many teams adopt XP practices...
15887
Brunno Silva
brunno.silva@...
Jan 30, 2006 1:11 pm
... I already did it. Apologize me is my last e-mail wasn't clear enough, but what I was trying to tell that i believe JUnit uses the "main" method with parts ...
15888
Alexander Rupsch
arupsch
Jan 30, 2006 1:11 pm
Hi David, this looks very interesting. I think this almost fits my requirements. Thank you for the hint. regards -- Alexander Rupsch http://www.dreinhalb.de...
15889
Marvin D. Toll
y153446
Jan 30, 2006 1:12 pm
A number of weeks ago a commitment was made to provide additional documentation for TestUtil - the open source Verification Facilitator for unit testing all...
15890
Brunno Silva
brunno.silva@...
Jan 30, 2006 1:12 pm
... lol! ... It's very similar to a servlet or applet, but in the micro edition, our "let" is the midlet. The aplications must have a derived class of the...
15891
Ben Maurer
benjamindavi...
Jan 30, 2006 1:13 pm
Hey guys, For this semester, I've been playing around with using JUnit4 as the automated test system for the 15-211 (Data Structures) class at CMU. We use an...
15892
Ilja Preuss
ipreussde
Jan 30, 2006 2:26 pm
... Same here - I never test private stuff, but take the desire as a hint that the design needs improvement. Cheers, Ilja...
15893
Bob Bondi
spillman_qa
Jan 30, 2006 3:33 pm
Bob Bondi Quality Assurance Programming Technician Spillman Technologies, Inc. Toll Free: 800.860.8026, ext. 6213 Local: 801.428.6820 bbondi@......
15894
Ilja Preuss
ipreussde
Jan 30, 2006 4:17 pm
Hi Bob, ... Mhh, doesn't sound good... :( What makes them think that they are Agile? Mhh, OK, this is getting off-topic. You aren't on the agile-testing group,...