Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

junit · JUnit, the Java unit testing framework written by Kent Beck and Erich Gamma.

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 31224
  • Category: Java
  • Founded: Nov 6, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 12092 - 12121 of 24393   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
12092 Eric
ayebeeguilty Send Email
Oct 1, 2004
5:20 pm
... used to ... a ... correct that ... the ... First thanks thanks for a response to my question. I know Junit was developed with unit testing of everything...
12093 Jefferson Rodrigues d...
p_quatro Send Email
Oct 1, 2004
10:26 pm
Hi, I have a class that creates an object. This object loads a .dll. This works. But when I created a test class in JUnit, the load of library failed. My...
12094 Russell Gold
russgold Send Email
Oct 3, 2004
3:05 am
... Log from your own test code..?...
12095 Russell Gold
russgold Send Email
Oct 3, 2004
8:13 pm
... Looks as though JUnit is not in your path when you run, although it is in your compile path....
12096 Harald Mueller
harald_m_mue... Send Email
Oct 4, 2004
3:58 pm
Hi - ... here ... - and we did it! (we had to - it's a really needed tool) And I'm not satisfied with the result and the TDD-ing we did ... But before I share...
12097 Jeff Nielsen
jeffreymads Send Email
Oct 5, 2004
1:51 pm
Harald, this sounds like a great experiment. Thanks for putting it together--with an acceptance test and everything! Since I fancy myself a good TDD-er, I...
12098 thecyriuz82 Send Email Oct 6, 2004
12:40 pm
Hello everybody, I have a little question because I have to write an article about JUnit for my studies. Now, I found out that the classes "TestCase"; and...
12099 love
lkafle Send Email
Oct 6, 2004
12:40 pm
HttpUnit 1.6 also appends .0 like 0.0 to 0 values when scripts are submitted and parameters passed from inside the function contain 0.0 instead of 0 causing...
12100 Manish
prince_jaipur Send Email
Oct 6, 2004
12:40 pm
Hi, If you are into software testing or planing to explore this field, this group helps you by bringing together technical experts, someone who has encountered...
12101 Jason Rogers
jacaetev Send Email
Oct 6, 2004
12:46 pm
On Tue, 05 Oct 2004 16:13:31 -0000, thecyriuz82 <thecyriuz82@...> ... There is a good article at ...
12102 Ilja Preuss
ipreussde Send Email
Oct 6, 2004
1:31 pm
... This is the Composite pattern. Cheers, Ilja...
12103 ianatyahoo@...
ianatyahoo Send Email
Oct 7, 2004
12:21 am
Is there a boolean assertEquals( f1, f2 ) where the contents are compared and evaluated ? It's easy enough to write one but I'd rather reuse than re-invent....
12104 Chris Dollin
anover_alias Send Email
Oct 7, 2004
7:45 am
... I'm sure I'm missing something - but the point of the assert* family is to abort on failure, return on success. What is the boolean return value supposed...
12105 Mark Van Peteghem
mvp_be Send Email
Oct 7, 2004
1:00 pm
... I guess the boolean is a mistake. In the subject you can see he wants to check if two files have the same content (please Ian, put your entire question in...
12106 MKlaene Send Email Oct 7, 2004
3:08 pm
I'm having some concerns as I write some tests for my DAOs. My concern is that I can't figure out a good way to write these tests without relying on other DAO...
12107 Brian Button
bbutton Send Email
Oct 7, 2004
6:36 pm
... Have a peek at junit-addons. http://sourceforge.net/projects/junit-addons bab -- Brian Button bbutton@... Principal Consultant...
12108 J. B. Rainsberger
nails762 Send Email
Oct 7, 2004
8:10 pm
... You might wish to go to www.diasparsoftware.com and find the article "JUnit: A Starter Guide". It discusses the difference between test cases and test...
12109 J. B. Rainsberger
nails762 Send Email
Oct 7, 2004
8:13 pm
... Diasparsoft Toolkit (www.diasparsoftware.com/toolkit) includes a StreamUtil class that reads and collects text from an InputStream. Then you could write...
12110 J. B. Rainsberger
nails762 Send Email
Oct 7, 2004
8:17 pm
... Don't worry about this. As long as you test some methods on their own, feel free to use those (tested) methods to test others, especially if it's costly to...
12111 J. B. Rainsberger
nails762 Send Email
Oct 7, 2004
8:20 pm
... I love Vladimir, but I dislike this API. Files are equal if they represent the same physical file on disk, so assertEquals(File, File) should not be...
12112 John Lindwall
jlindwall Send Email
Oct 7, 2004
9:57 pm
We use dbunit. Hopefully I'm not misunderstanding your problem -- I also agree that I do not want a test method to depend on any system code but the code...
12113 svaddiparti Send Email Oct 8, 2004
4:44 pm
Hi, Can somebody help me in a methodology for estimating the effort required for developing JUNIT test cases/classes for a complex websphere based application....
12114 Vandercammen Bart
bartvdcammen Send Email
Oct 8, 2004
4:44 pm
Perhaps a bit beside the topic: For our plain JDBC DAO's, we cut off the database using Mockrunner. In the test we mock the connection and provide the...
12115 Jason Rogers
jacaetev Send Email
Oct 8, 2004
5:01 pm
... Make a first stab (over-estimate). As you become more and more familiar with writing tests your estimates will get better. It's just a matter of ...
12116 J. B. Rainsberger
nails762 Send Email
Oct 8, 2004
5:32 pm
... Are you adding tests to existing code or starting to test-drive new features? If you are adding tests to existing code, then the cost of adding tests ...
12117 Andrew Bickerton
iambic69 Send Email
Oct 10, 2004
4:56 pm
Hi Kent, I don't know if anyone else has noticed this, but the latest JUnit from CVS is broken. A test I'd just written and expected to fail didn't. On 11...
12118 ianatyahoo@...
ianatyahoo Send Email
Oct 10, 2004
4:56 pm
Hi all Sorry that was my mistake re: the boolean return code. I meant assertEquals according to the JUnit assert framework. The junit-addon did the job. ...
12119 J. B. Rainsberger
nails762 Send Email
Oct 10, 2004
5:59 pm
... You might be the only person on the planet using the CVS version. :) I know I don't. -- J. B. (Joe) Rainsberger Diaspar Software Services ...
12120 Ilja Preuß
ipreussde Send Email
Oct 11, 2004
7:47 am
... give me a ... Don't know how I got to that thought - of course it does. I just downloaded HttpUnit 1.6, and it works like a charm. Thank you very much!!! ...
12121 saji bekal
joby_k2000 Send Email
Oct 11, 2004
2:28 pm
Hi, Will JUnit work wit old JDKs ? I mean jdk's like 1.2 or 1.3 versions of JDK ?. Is JUnit depending on assert keyword ? Regards, Joby. ...
Messages 12092 - 12121 of 24393   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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