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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 11709 - 11738 of 24393   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
11709 Curt Sampson
cjstokyo Send Email
Aug 1, 2004
9:16 am
... I suppose this is another area where we diverge; I don't use an RDBMS as a simple object store. Thus, my "mappings"; between in-memory objects and relations...
11710 jeffvannest Send Email Aug 2, 2004
3:40 pm
I work in an environment that requires that the comment of an assertion be output as well as any data compared, and this must be present for both success and...
11711 junit_user2004 Send Email Aug 2, 2004
3:40 pm
Hi All, Currently am using WSAD for developing my application and need your help to set up JUnit using the IBM IDE called as WSAD. can anyone help me in this...
11712 rajeshwari_83 Send Email Aug 2, 2004
3:41 pm
There is a class which has one public method returning an ArrayList. The public method of this class inturn calls several private methods which are void. These...
11713 J. B. Rainsberger
nails762 Send Email
Aug 2, 2004
4:07 pm
... You have two problems: 1. The methods you want to test return no value. 2. The methods you want to test are not public. I write about both problems in...
11714 J. B. Rainsberger
nails762 Send Email
Aug 2, 2004
4:08 pm
... Which version of WSAD? As far as I know, there's nothing you need to do. What problems are you having? -- J. B. Rainsberger, Diaspar Software Services ...
11715 J. B. Rainsberger
nails762 Send Email
Aug 2, 2004
11:53 pm
... You need to change Assert to do what you're proposing with JUnit. An alternative is to use Fit/FitNesse for this testing. In case you're not familiar with...
11716 Ilja Preuss
ipreussde Send Email
Aug 3, 2004
11:19 am
... Why do you need to test the private methods? Curious, Ilja...
11717 Timothy Wall
twall@... Send Email
Aug 3, 2004
2:51 pm
... That's probably the most succinct description of Fit/FitNesse I've seen to date (the home page is *very* vague). T....
11718 Steve Chuang
zombiechuang Send Email
Aug 3, 2004
4:31 pm
¦b ¤@, 2004-08-02 18:13, junit_user2004 ¼g¹D¡G ... The WSAD is IBM enhanced version of eclipse. It bundles with JUnit plug in with it. You can use...
11719 barath amarnath
barzenith Send Email
Aug 4, 2004
2:31 pm
Hi All, we are executing Junit test cases from ANT script. The most of the test cases are passed but few of them failed due to the following error message. ...
11720 jinx2 Send Email Aug 4, 2004
9:48 pm
... When the datbase is failing, does the problem occur elsewhere? If so the problem has nothing to do with junit and you should ask in an oracle forum. If...
11721 Clark I Anderson
ciagetjob Send Email
Aug 4, 2004
11:59 pm
I am a JUnit novice as well as a JAVA novice. I have worked with ORACLE (not at the DBA level). Would it ba appropriate to trap this and other specific error...
11722 Jason Rogers
jacaetev Send Email
Aug 5, 2004
10:59 am
On Wed, 4 Aug 2004 14:59:59 -0600 (MDT), "Clark I Anderson" ... This isn't really a JUnit question. It's a useability question. Only you and your...
11723 junit_user2004 Send Email Aug 6, 2004
2:51 pm
Hi Rainsberger, Am using WSAD 5.0 and i have already installed my project on it. I dont know how to write test classes for my java files using WSAD. Which plug...
11724 djmc112003 Send Email Aug 6, 2004
2:52 pm
Hi, Would anyone know why I'm getting the following error when trying to run one test in Junit? It runs perfectly well under another project (which has a...
11725 BASAVARAJ.D.KHADABADI
basu_bdk Send Email
Aug 6, 2004
2:52 pm
Hi, When we execute a Junit test case,we get the time of execution of that test.Similarly, I want to know, is there any tool which can help me in finding the...
11726 khamre Send Email Aug 6, 2004
2:52 pm
When calling an ant-script from a master ant-script in a different directory, junit tests in the original script - accessing files - lose their bearings. The...
11727 Khurram Chaudhary
uk5kc Send Email
Aug 6, 2004
5:08 pm
Hi Dipta, I use Eclipse 3.0 M9 which is very much the same as WSAD. U simply right click on the class for which u want to create a JUnit class and then go to ...
11728 J. B. Rainsberger
nails762 Send Email
Aug 7, 2004
10:26 pm
... Do you know that JUnit tests are just Java classes? You could just create a Java class that extends junit.framework.TestCase. Alternatively, try New >...
11729 J. B. Rainsberger
nails762 Send Email
Aug 7, 2004
10:26 pm
... Does the test case class in question define a custom suite() method? If so, that method appears to be throwing an exception. Maybe that's enough ...
11730 J. B. Rainsberger
nails762 Send Email
Aug 7, 2004
10:27 pm
... JUnit is not a profiler. There are a number of profilers for Java, both free and commercial. Google "Java profiler" for details. -- J. B. Rainsberger, ...
11731 J. B. Rainsberger
nails762 Send Email
Aug 7, 2004
10:28 pm
... Pass a parameter/property value when you invoke <antcall>? Since this is an Ant question, and not a JUnit question, you might also look for guidance from...
11732 J. B. Rainsberger
nails762 Send Email
Aug 7, 2004
10:29 pm
... No, no, no, no, no. Eclipse 3.0 is quite different from WSAD 5.0. WSAD 5.0 uses Eclipse 2.1. I believe that only the very most recent point-release of WSAD...
11733 Boris Ayrapetov
boris_ayrapetov Send Email
Aug 8, 2004
12:13 pm
Hello everybody, We used to test our product(Java based application with complex functionalities, UI, ...) with Silk and WinRunner, but currently our ...
11734 Sadaf_Choudhry
sadafishere Send Email
Aug 8, 2004
12:13 pm
Hey everybody, When I run junit tests, I get a junit<some really long number>.properties file. What is the purpose of this file? and can the generation of this...
11735 Timothy Wall
twall@... Send Email
Aug 8, 2004
8:00 pm
I wrote up a document about how several free alternatives treat typical issues you might have with UI testing, but you can extrapolate based on your...
11736 Thomas SMETS
smetsthomas Send Email
Aug 9, 2004
2:18 pm
Dear I created for our project a factory returning say about 10 classes implementing the same interface.I wanted to test the factory & the instances returned...
11737 Thomas L Roche
tlroche Send Email
Aug 9, 2004
3:03 pm
... Perhaps, now that the "developer testing" usage has been blessed (with proper casing, no less !-) the community can acknowledge that developers can...
11738 J. B. Rainsberger
nails762 Send Email
Aug 9, 2004
3:10 pm
... This bothers me, only because we've been pushing the term "Programmer Testing", and now, rather than collide with "unit testing", it has to collide with...
Messages 11709 - 11738 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