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 11870 - 11899 of 22044   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11870
Re neatness: I find a certain simplicity in the codebase being split into two classes of classes (to overload a word): Foo and FooTest. Given Foo, you'll...
Allan Halme
allanhalme
Offline Send Email
Sep 1, 2004
10:26 pm
11871
Hi, Somebody mentioned jWebUnit yesterday. I had a look at it and it looks very easy to use. However it looks more like a smoke testing framework rather than a...
Yagiz Erkan
yagiz_erkan
Offline Send Email
Sep 2, 2004
1:08 am
11872
Hi When I browsed through the net for JUnit materials I Came across the XUnit frame work often.Can anybody throw some light on whats XUnit frame work. Thanks &...
tselva
chellu_cit
Offline Send Email
Sep 2, 2004
1:08 am
11873
Greetings, I would like to prepare (populate) a database for unit testing some DAO classes. After executing the unit tests, I would like to restore the...
Robert Taylor
rtaylor@...
Send Email
Sep 2, 2004
1:08 am
11874
sorry to interrupt the thread. to introduce myself, i am working as a QA engineer in a programming firm. i am new to JUnit. the MONEY example given on the...
j b gandhi
the_jigs3k
Offline Send Email
Sep 2, 2004
1:09 am
11875
... A web page. Mike...
Mike Clark
clarkware
Offline Send Email
Sep 2, 2004
1:15 am
11876
... I don't understand the statement "the chapter on testing GUIs". The whole book is about testing a Swing UI, and not just one chapter. What do you mean? -- ...
J. B. Rainsberger
nails762
Offline Send Email
Sep 2, 2004
1:16 am
11877
... In these situations, I've had good success with DbUnit: http://dbunit.sourceforge.net/ I like that you don't have to write SQL to add/delete data....
Mike Clark
clarkware
Offline Send Email
Sep 2, 2004
1:18 am
11878
... AFAIK, it's a generic reference to a JUnit-ish framework. DUnit is for Delphi. NUnit is for .NET. xUnit is a generic reference to any of these. -- Chris ...
Chris Morris
workmo
Offline Send Email
Sep 2, 2004
1:57 am
11879
xUnit refers to the family of Extreme Programming -inspired unit testing frameworks that have arisen since the original JUnit became popular. See Ron Jeffries'...
Allan Halme
allanhalme
Offline Send Email
Sep 2, 2004
3:33 am
11880
... For a typical web application, there are some concerns: each test (a void testXXX() method) gets its own session. So to test a particular webpage in your...
Martijn Dashorst
martijn_dash...
Offline Send Email
Sep 2, 2004
6:10 am
11881
... If I remember correctly (and I may well have missed something), the first part of the book discusses TDD in general and has a chapter on testing GUIs at...
Ilja Preuss
ipreussde
Offline Send Email
Sep 2, 2004
7:45 am
11882
... I was one of them, IIRC. ... It's certainly better suited for end-to-end testing, yes. ... I don't think you can write fine grained "unit tests" with...
Ilja Preuss
ipreussde
Offline Send Email
Sep 2, 2004
7:50 am
11883
... Is anyone aware of a similar tool for C#/.NET?...
Bob Koss
koss@...
Send Email
Sep 2, 2004
8:39 am
11884
... Ilja, I think you see where I'm coming from: We decided to give jWebUnit a try. We are going to write a test class per use case. They will be integrated in...
Yagiz Erkan
yagiz_erkan
Offline Send Email
Sep 2, 2004
12:04 pm
11885
Hai, I just looked into the junit framework and trying to implement the same for testing our swing UI. On looking them at first the process seems to confusing...
Vimal Kumar
vinay_soft2001
Offline Send Email
Sep 2, 2004
12:05 pm
11886
... I see. To me, the book /is/ the example, so you can understand my perspective. ... Sounds good.... -- J. B. Rainsberger, Diaspar Software Services ...
J. B. Rainsberger
nails762
Offline Send Email
Sep 2, 2004
12:08 pm
11887
... I don't know about jWebUnit out of the box, but there's no reason one couldn't use jWebUnit to test web page and web page templates in isolation from the...
J. B. Rainsberger
nails762
Offline Send Email
Sep 2, 2004
12:09 pm
11888
... ;) Regards, Ilja...
Ilja Preuss
ipreussde
Offline Send Email
Sep 2, 2004
12:50 pm
11889
On Thu, 2 Sep 2004 06:33:40 +0300, Allan Halme <allan.halme@...> ... Actually, the original was SUnit for Smalltalk. ;) -- Jason Rogers "I am crucified...
Jason Rogers
jacaetev
Offline Send Email
Sep 2, 2004
1:30 pm
11890
Ok, thanks for the heads up. I was concerned as I wrote that that it probably wasn't quite right, given the Smalltalk origins of so much object- and...
Allan Halme
allanhalme
Offline Send Email
Sep 2, 2004
3:04 pm
11891
You might want to take a look at DbUnit to see if it fits your needs. http://dbunit.sourceforge.net/ Jem... ... From: Robert Taylor...
Day, Jem BGI SF
vladti
Offline Send Email
Sep 2, 2004
3:57 pm
11892
... one ... techniques ... tools ... Ah, yes - but try testing a Servlet while stubbing/mocking the rest of the system. It can be done to some amount, but it's...
Ilja Preuß
ipreussde
Offline Send Email
Sep 2, 2004
5:13 pm
11893
I have forgotten the guy's name but I recall he said he posted it to the JUnit patches area....
Timothy Wall
twall@...
Send Email
Sep 2, 2004
9:55 pm
11894
oh, yeah, I think Scott Sterling posted a fix....
Timothy Wall
twall@...
Send Email
Sep 3, 2004
12:57 am
11895
Hi, I'm using Junit as a test harness for some non-Java tests. To be precise, Junit drives a file comparison operation and if the output file is different from...
Bill Oliver
verbguy
Offline Send Email
Sep 3, 2004
12:53 pm
11896
The following technique works well for me. 1. modify the TestCase class to implements Comparator 2. add compare() and suite() routines to the TestCase as shown...
roostergx
Offline Send Email
Sep 3, 2004
12:53 pm
11897
Hi Say I have a Project class and Experiment class that I need to test using Junit. They are simple codes that writes into the database. The rule is a Project...
sebashkw
Offline Send Email
Sep 3, 2004
12:53 pm
11898
... Naturally. HtmlUnit/jWebUnit/HttpUnit test /web pages/, and not servlets. ... With ServletUnit. In fact, that might be in the book (chapter 12?), although...
J. B. Rainsberger
nails762
Offline Send Email
Sep 3, 2004
1:02 pm
11899
... The XSL template used to generate those reports is in $ANT_HOME/etc/junit-frames.xsl You can customize it any way you like. Mike...
Mike Clark
clarkware
Offline Send Email
Sep 3, 2004
1:33 pm
Messages 11870 - 11899 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