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...
... 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,...
Sign me up. Do you want OS X 10.2 or 10.3? :-) Simon...
Chappell, Simon P
simon.chappell@...
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...
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@...
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...
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...
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...
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...
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...
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...
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@...
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, ...
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...
... 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...
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...
... OK. What does MyTest.suite() do? -- J. B. Rainsberger, Diaspar Software Services http://www.diasparsoftware.com :: +1 416 791-8603 Let's write software...
... 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. -- ...
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...
... 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....
... 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...
... 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 ...
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...