Dear All, Firstly i was happy to see david's detailed mail on this problem, i hv been facing a similar issue, and was wondering how to go about it, i hv...
1076
kumar@...
May 1, 2001 1:29 pm
Hi all, My earlier mail didn't get thru i am not too surewhy!! Problem: I have serverside junit code<<for ejbs>> that i test using a test servlet on my...
1077
Krishna Kumar@bigfoot
kumar@...
May 1, 2001 2:07 pm
Hi all, My earlier mail didn't get thru i am not too surewhy!! Problem: I have serverside junit code<<for ejbs>> that i test using a test servlet on my...
1078
David Roussel
dir@...
May 1, 2001 4:42 pm
Kumar, I recieved all 3 emails. Please don't send any more! Dave ... From: Krishna Kumar@bigfoot [mailto:kumar@...] Sent: 01 May 2001 13:58 To:...
1079
P. Babu Naidu
pbn@...
May 1, 2001 5:13 pm
One way get around this problem is place your test classes in WEB_INF/classes directory (following the package structure). That way server checks if a class is...
1080
jbirchfield@...
May 1, 2001 6:52 pm
James Birchfield Ironmax maximizing your construction equipment assets 5 Corporate Center 9960 Corporate Campus Drive, Suite 2000 Louisville, KY 40223...
1081
jbirchfield@...
May 1, 2001 6:57 pm
James Birchfield Ironmax maximizing your construction equipment assets 5 Corporate Center 9960 Corporate Campus Drive, Suite 2000 Louisville, KY 40223...
1082
SUDHIR Amanana
asudhir@...
May 2, 2001 6:20 am
... From: jbirchfield@... [mailto:jbirchfield@...] Sent: Tuesday, May 01, 2001 8:46 PM To: junit@yahoogroups.com Subject: [junit] Test Please...
1083
jbirchfield@...
May 2, 2001 11:09 am
I had a little trouble getting successfully subscribed, and never got my posted messages. I made the subject clear so people wouldn't be bothered too much,...
1084
jbirchfield@...
May 2, 2001 12:12 pm
All, I have started using some code internally and would like to run the idea past the JUnit group as a whole. We know the value of performing test cases, we...
1085
Joi Ellis
joi@...
May 2, 2001 1:32 pm
... [snip] ... This is a neat idea. How do you propose handling asserts where the result can't be expressed as a simple integer? For instance, the project...
1086
Nisius, Michael
michael.nisius@...
May 2, 2001 2:01 pm
hi, i have packed all my junit testcases in a jar file and put them on the server where I want my tests to run. If I start the TestRunner with java...
1087
kconnor@...
May 2, 2001 2:33 pm
... to be any ... like ... It's part of junit++ http://www.ddj.com/ftp/2001/2001_02/junitpp.zip It doesn't have a servlet equivalent...
1088
Dee Hauer
dhauer@...
May 2, 2001 4:29 pm
Hello, I am currently running a Master Suite test which runs every test on our system. I am including a print screen of how JUnit is displaying the ...
1089
Joi Ellis
joi@...
May 2, 2001 5:43 pm
... Give the test suite a name when you create it. TestSuite suite = new TestSuite("com.aravox.util"); suite.add(com.aravox.util.AllTests.class); If you use...
1090
Dee Hauer
dhauer@...
May 2, 2001 6:03 pm
I have included my print screen as an attachment, hopefully this will work better.... <<JUnit.doc>> Sorry about the original email! Dee...
1091
Mike Clark
mike@...
May 2, 2001 6:05 pm
Specify a test suite name on the TestSuite() constructor, as in... TestSuite suite = new TestSuite("MyTestSuite"); suite.addTest(...); return suite; The...
1092
Scott Stirling
sstirling@...
May 2, 2001 9:48 pm
How about just a jpg or gif attachment for the Microsoft-impaired? Scott Stirling Macromedia ... From: Dee Hauer To: 'junit@yahoogroups.com' Sent: 5/2/01 1:17...
1093
dhauer@...
May 3, 2001 2:43 am
That worked, thanks for the help!! Dee :-) ... test on our ... the ... other than ... archive, ... ideas?? ... thing I...
1094
Balasubramanian S
balas@...
May 3, 2001 7:17 am
Hi I have few queries . 1) I have program which will print the details . 2) Iam planning to convert this to Junit . 3) I want to know whether it is possible to...
1095
Scott Stirling
sstirling@...
May 3, 2001 12:49 pm
I'm having partial trouble understanding your description, but (in short) it is possible. It's also possible to have a static nested class extending JUnit's...
1096
haddad.othman@...
May 3, 2001 10:22 pm
i don't know how to test a subroutin by junit! example a function that implements another function from another class and doesn't make anything alse. for...
1097
Joi Ellis
joi@...
May 3, 2001 10:40 pm
... Well, how about something simple? public void testGetBoisson() { Container foo = new Container(); // do whatever you need to create foo. int input = 0; ...
1098
Joshua Levy
joshualevy@...
May 3, 2001 11:04 pm
... That sounds like an interesting idea. Will the "test case" javadoc comments end up in the documentation generated by javadoc? Joshua Levy ...
1099
Joseph Vaughan
jvaughan@...
May 3, 2001 11:12 pm
Howdy all, I just started playing with junit today, and I'm having some trouble getting the Runners to load my tests. I type "java junit.swingui.TestRunner...
1100
Aanand Murthy Varanasi
aanand@...
May 3, 2001 11:15 pm
my name is Aanand and not a headhunter. I am looking for very senior white box qa engineers for advanced qa and tools dev. we are an xp dev environment and...
1101
Prasanna Tadinada
pgopal11@...
May 3, 2001 11:21 pm
Hi James Birchfield I have started with Implementing the Junit for EJB with the Example (jw-0526-testinfect.zip) which is available in Junit site. I am having...
1102
Joe Fisher
jfisher@...
May 3, 2001 11:42 pm
Is there a good testbed for web testing (pushing buttons, follow links etc)?? Joe Fisher, Software Developer Xtend Inc. http://www.xtendsoft.com voice...
1103
Jim Cheesman
jchees@...
May 4, 2001 7:42 am
... HttpUnit will do "black box" web testing - the kind of thing you mention. There's a link to it from the junit.org homepage. Cactus (at jakarta.apache) will...
1104
Stefan Bodewig
bodewig@...
May 4, 2001 8:22 am
... Not entirely true. If Ant cannot instantiate a task at parser time, it will try again at execution time. This is to support building and using a task in...