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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 10132 - 10161 of 22044   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10132
I am new to Eclipse and JUnit, so please bare with me, and yes I know this is not an Eclipse site. Maybe someone out their uses Eclipse and can point me in the...
jmf0617
Online Now Send Email
Jan 2, 2004
10:56 pm
10133
... I've never read the book, but it should be this simple. (I'm assuming Eclipse 3.0, which has JUnit 3.8.1 with it.) 1. Write a test case (create class,...
J. B. Rainsberger
nails762
Offline Send Email
Jan 2, 2004
10:59 pm
10134
Hi, Check with this link for all ur answers http://junit.sourceforge.net/doc/faq/faq.htm -vinoth jmf0617 <jaredfreeman@...> wrote: I am new to...
vino balu
vino_kri
Offline Send Email
Jan 4, 2004
5:31 pm
10135
I'm looking for a few mac (OS X with J2SE 1.4.1) owners to test a JUnit modified along the lines of Daniel H. Steinberg's Java To Mac article: ...
geektank
Offline Send Email
Jan 4, 2004
5:38 pm
10136
Sign me up. Do you want OS X 10.2 or 10.3? :-) Simon...
Chappell, Simon P
simon.chappell@...
Send Email
Jan 5, 2004
2:11 pm
10137
I've posted a similar question on the Struts list, but maybe its more appropriate for this list. I'm trying to determine the best way to test my Struts...
Bryce Fischer
vbfischer
Offline Send Email
Jan 5, 2004
4:48 pm
10138
Hi all, I'm totally new to JUnit, and read the FAQ, the Cookbook. Discovered DBUnit, but I'm not sure how I should approach my problem. We migrate a database...
Bauduin Raphael
raphael.bauduin@...
Send Email
Jan 5, 2004
4:48 pm
10139
Thanks Simon. I fill attach the mac junit.zip to a seperate email. To be honest I don't know the difference between 10.2 and 10.3. I'll take whatever you got...
geektank
Offline Send Email
Jan 5, 2004
5:09 pm
10140
We have used StrutsTestCase successfully on several medium- to large- sized web projects with good success. To overcome the problem you talk about (as well as...
Jeff Nielsen
jeffreymads
Offline Send Email
Jan 5, 2004
5:44 pm
10141
On Mon, 5 Jan 2004 15:36:28 +0100, Bauduin Raphael ... Raph, This sounds like a fine approach. Why not try it in a small fashion and see if it would meet your...
Jason Rogers
jacaetev
Offline Send Email
Jan 5, 2004
6:30 pm
10142
Definitely think it would be useful. Thanks. ... -- Bryce Fischer <bryce@...>...
Bryce Fischer
vbfischer
Offline Send Email
Jan 5, 2004
8:48 pm
10143
Hi, I am a new member of this group. I was searching on web for the solution of my problem in case anybody else had already faced the same problem which I have...
shkundur
Offline Send Email
Jan 5, 2004
8:48 pm
10144
Guys I am new in junit; hope something can help me out here. I have an existing project that I want to add jUnit to it. My jUnit Test class is in the same...
zetaray@...
zetaray
Offline Send Email
Jan 5, 2004
8:48 pm
10145
... No such thing as "junit.testui.TestRunner". You mean "textui", with 'x', not 's'. -- J. B. Rainsberger, Diaspar Software Services ...
J. B. Rainsberger
nails762
Offline Send Email
Jan 5, 2004
9:12 pm
10146
Google "Parameterized Test junit" - there's a whole load of info there on data driven testing, including links to earlier postings on the topic here on this...
James Cheesman
jdcheesman
Offline Send Email
Jan 7, 2004
3:13 pm
10147
Thanks Jason for your advice. I'm indeed going to try it first on a small scale :-) I don't have a abstraction layer, but what I thought to do is work with...
Bauduin Raphael
raphael.bauduin@...
Send Email
Jan 7, 2004
3:13 pm
10148
... No, no... assertEquals(customer1, customer2)! Best of luck, and do turn your experience into an article. We'd love to read it. -- J. B. Rainsberger, ...
J. B. Rainsberger
nails762
Offline Send Email
Jan 7, 2004
3:48 pm
10149
thanks. that was a typo I have for this post. Anyhow, I fingered a way to get around it. If I use ... the juinit test will run fine; but I can't just use ... I...
zetaray@...
zetaray
Offline Send Email
Jan 7, 2004
6:00 pm
10150
... What do you have in the method com.test.testapp.main()? Why are you naming a class with a lowercase letter? -- J. B. Rainsberger, Diaspar Software Services...
J. B. Rainsberger
nails762
Offline Send Email
Jan 7, 2004
6:03 pm
10151
is not lowercase, I was just being lazy and type up something here. The actual name is like com.elements.MyTest In the main(), I have...
zetaray@...
zetaray
Offline Send Email
Jan 7, 2004
8:22 pm
10152
I have no idea if this is the problem or not, but nobody else has replied yet, so I'll give it a shot. It looks like junitreport can't find the XML file it is...
Chad Woolley
thewoolleyman
Offline Send Email
Jan 7, 2004
8:46 pm
10153
... OK. What does MyTest.suite() do? -- J. B. Rainsberger, Diaspar Software Services http://www.diasparsoftware.com :: +1 416 791-8603 Let's write software...
J. B. Rainsberger
nails762
Offline Send Email
Jan 7, 2004
8:56 pm
10154
... I've had problems with CruiseControl cutting off part of the JUnit XML output file (not flushing it?). I never found a workaround. It could be related. -- ...
J. B. Rainsberger
nails762
Offline Send Email
Jan 7, 2004
8:57 pm
10155
try running ant task junit with fork=true i had a similar situation with CruiseControl, which fixed it. - Sal...
shailesh401
Offline Send Email
Jan 8, 2004
1:45 am
10156
We just ran into something here that I wanted to document for future people who might run into this. Where I work we have our own implementation of...
john w
jmufreebase
Offline Send Email
Jan 8, 2004
1:45 am
10157
I assume JUnit is JDK 1.1 compatible, from passing references in the FAQ and the README, but couldn't find anywhere this was stated explicitly. Can anyone...
Chris Morris
workmo
Offline Send Email
Jan 8, 2004
2:31 am
10158
... I can tell you with certainty that JUnit 3.7 is JDK 1.1 compatible. I'm fairly sure that JUnit 3.8.1 is, as well, but I'm not willing to swear on it. -- J....
J. B. Rainsberger
nails762
Offline Send Email
Jan 8, 2004
3:10 am
10159
... According to Kent Beck, JUnit currently requires JDK 1.2 or later. This should be in the FAQ if it is not, since I would guess others have asked this...
QuikDraw
quikdraw2700
Offline Send Email
Jan 8, 2004
3:16 am
10160
... Thx to you and JB -- I'm in J++ land, so looks like we need to fall back to 3.7. ... I don't believe it is -- I couldn't find it at least (which isn't ...
Chris Morris
workmo
Offline Send Email
Jan 8, 2004
2:47 pm
10161
Hello, This is the first mail after joining as a member of this group. 1. I just want to know a few test case generators that can generate the test cases...
chandana S
suryachandana
Offline Send Email
Jan 8, 2004
4:14 pm
Messages 10132 - 10161 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