Search the web
Sign In
New User? Sign Up
junit · JUnit, the Java unit testing framework written by Kent Beck and Erich Gamma.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 19027 - 19057 of 22044   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19027
Hi all, I am new to JUnit. I am currently testing Struts action classes using JUnit. I gave a simple code... public void testSuccessDeletion() { ...
Swetha Pathak
swethapathak
Offline Send Email
Mar 2, 2007
6:20 am
19028
Hello, I am new to JUnit and facing various problems using it. I have a GUI application which has around 40 modules. Can anybody tell me what is the maximum...
mohitkk
Offline Send Email
Mar 2, 2007
6:20 am
19029
... There is no technical limit for the number of interconnected modules you can test with JUnit. However, I must point out that if your test is exercising...
Lasse Koskela
lassekoskela
Offline Send Email
Mar 2, 2007
8:14 am
19030
org.junit.internal.requests.ClassRequest contains logic which selects the appropriate Runner for use with a given test class. This logic includes picking the...
Kenny MacLeod
kenny_macleod
Offline Send Email
Mar 2, 2007
9:51 pm
19031
I was wondering if anyone has a good suggestion to accomplish this goal. I'd like to have some of my automated integration tests to run multiple times, against...
cwhite102
Offline Send Email
Mar 5, 2007
7:36 am
19032
I'm getting a Bad Gateway error trying to reach http://www.junit.org/ It's been like this for a few days now....
cwhite102
Offline Send Email
Mar 5, 2007
7:36 am
19033
You could write an abstract test with one subclass per database. The parent class containing the real test, the subclass containing only the setup. Or you can...
Gilles Scokart
gscokart
Offline Send Email
Mar 5, 2007
9:50 am
19034
idem for me. Gilles ... -- Gilles SCOKART...
Gilles Scokart
gscokart
Offline Send Email
Mar 5, 2007
9:52 am
19035
Hi, Try using the Parameterized Test pattern - you should be able to find details of it online. Cheers, Steve. ... Stephen Smith, MEng (Wales). ...
Stephen Smith
steve@...
Send Email
Mar 5, 2007
10:53 am
19036
same here...
Björn Kautler
vampire000000
Offline Send Email
Mar 5, 2007
11:38 am
19037
Ditto here...
waterlogix
Offline Send Email
Mar 5, 2007
11:38 am
19038
Idem for me. I'm from Brazil. I suppose that website is really down. -- John ... [Non-text portions of this message have been removed]...
John Logan
xisjulio
Offline Send Email
Mar 5, 2007
11:41 am
19039
When I try to get the sources so I can backport JUnit 4.2 to Java 1.4 - I run into trouble with sourceforge (oh how I love cvs). I've tried both the command...
Mark Levison
marklevison
Offline Send Email
Mar 5, 2007
7:40 pm
19040
... You can use JUnit to test any Java code there is. As long as you can invoke the method you want to test, JUnit doesn't care what happens inside that...
J. B. Rainsberger
nails762
Offline Send Email
Mar 5, 2007
8:17 pm
19041
Mark, I can take a look at the CVS issue a little later today. Are you familiar with the JUnitExt work on 1.4 compatibility? David Saff...
David Saff
dsaff
Offline Send Email
Mar 6, 2007
3:22 pm
19042
All, Thanks for the heads-up. I didn't get a chance to check until this morning, and everything seems fine from my end. Can anyone who saw it down confirm...
David Saff
dsaff
Offline Send Email
Mar 6, 2007
3:33 pm
19043
Thanks David - I do know about the JUnitExt work - its an elegant solution but it would still require the build machines to have Java 1.5 running on them....
Mark Levison
marklevison
Offline Send Email
Mar 6, 2007
4:02 pm
19045
... It's back up, but it was definitely down for some time last week. Alberto http://www.JUnitFactory.com Experimental characterization test generator. 100%...
albsavoia
Offline Send Email
Mar 6, 2007
6:11 pm
19046
Hi, I'm quite new to JUnit. I'm having to give a presentation of JUnit in more than a week. The focus is the new features in version 4. Nevertheless, I think I...
doanxuandung
Offline Send Email
Mar 7, 2007
12:06 am
19047
Hi guys, for our project me and a friend are using JUnit heavily. Our application is a client that collects data and a backend that organizes and analyses it....
niklassaers
Offline Send Email
Mar 7, 2007
10:15 am
19048
Hi, I execute a Junit test in Eclipse fine. Then when I run the same test in Ant I get a NullPointerException. Have anyone experienced the same problem? Any...
eraonel
Offline Send Email
Mar 7, 2007
12:47 pm
19049
hi all this is not related to Junit. its related to testing: Do we have any bugs which can be detected by condition coverage(code coverage) and not by boundary...
anki15j
Offline Send Email
Mar 7, 2007
12:49 pm
19050
Hi Mikael, ... A stack trace of the NullPointerException plus a code snippet around where the NPE is thrown would help us help you. Lasse...
Lasse Koskela
lassekoskela
Offline Send Email
Mar 7, 2007
12:54 pm
19051
Hi Mikael, We need more information than that. What versions of JUnit, Ant, and Eclispe are you using, and what does your Test do? Steve. Stephen Smith, MEng...
Stephen Smith
steve@...
Send Email
Mar 7, 2007
12:55 pm
19052
We had differences between running in netbeans , eclips and ant in eclips. The order in whitch the tests are run is not fixed and bad written tests could run...
Bart Reader
bartreader
Offline Send Email
Mar 7, 2007
1:49 pm
19053
JUnit is explicitly designed for test independence, you can never guarantee test order. Different TestRunner implementations will do different things. ... ...
Stephen Smith
steve@...
Send Email
Mar 7, 2007
2:15 pm
19054
After two days of waiting Sourceforge's CVS access is still down for junit. I've only a limited window to dedicate to backporting JUnit 4.2 to Java 1.4 - so I...
Mark Levison
marklevison
Offline Send Email
Mar 7, 2007
3:35 pm
19055
Nik, There are more advanced options, but can you create two different suites, one with the full set of tests, and one with the slow database-connecting tests?...
David Saff
dsaff
Offline Send Email
Mar 7, 2007
4:48 pm
19056
Mark, I've uploaded a jar of the source from HEAD, which is almost 4.3: http://senduit.com/ffbee0 If you specifically need the 4.2 sources, let me know. Good...
David Saff
dsaff
Offline Send Email
Mar 7, 2007
6:36 pm
19057
... http://tinyurl.com/anel -- J. B. (Joe) Rainsberger :: http://www.jbrains.ca Your guide to software craftsmanship JUnit Recipes: Practical Methods for...
J. B. Rainsberger
nails762
Offline Send Email
Mar 7, 2007
6:39 pm
Messages 19027 - 19057 of 22044   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help