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
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Wouldn't it be nice if Junit could do all the hard work and create the tests for you? We've started an open source project to explore that idea. Obviously it...
8 Aug 3, 2005
4:38 pm

Calvin Austin
calvinandblogs
Send Email

I noticed the JUnit 4 Assert class has a few public methods JUnit 3 made private. Specifically failSame() failNotSame() failNotEquals() format() Is it the...
17 Aug 3, 2005
6:50 am

Kent Beck
kentlbeck
Send Email

Hi Evrybody, I need to create a Unit test page.I havent worked or created before.Already some pages were developed using some javascript.So could you please...
2 Aug 2, 2005
9:17 pm

Russell Gold
russgold
Send Email

junit and ant newbie question, please help what is the difference between **/*Test.class vs *Test.class I name my test cases with the word Test at the end like...
6 Aug 2, 2005
7:44 am

James Abley
taboozizi
Send Email

I'm fact checking for an article I'm writing. I vaguely recall that when Beck and Gamma invented JUnit on that famous transatlantic trip, they were inspired by...
8 Aug 1, 2005
10:30 pm

J. B. Rainsberger
nails762
Send Email

hi, I'm an , i'm from VietNam, i am studying about Junit but now i have not got any book about it, so who has some books then give to me to my email. I want to...
1 Aug 1, 2005
6:06 pm

an thanh
ancntt2002
Send Email

Followed the approach mentioned in http://www.javaworld.com/javaworld/jw-05-2000/jw-0526-testinfect- p2.html. Unable to access the Junit test cases that are...
1 Aug 1, 2005
6:06 pm

cogphil
Send Email

I have it in my head that the junit folks recommend always calling super.setUp/tearDown from a user declared setUp/tearDown, even if the JUnit test in question...
21 Jul 31, 2005
6:41 am

Kent Beck
kentlbeck
Send Email

Hi @all, does anyone tests his threads with junit testcases? I initiate my Thread in setUp(). But sadly my Junit test does not terminate. regards, -Thijs...
4 Jul 30, 2005
5:19 pm

Stephen Smith
steve@...
Send Email

JUnit goes to great lengths to make tests independent of each other. Possibly this makes it more thread safe as well. Has anyone considered or written a...
8 Jul 30, 2005
5:19 pm

woolfel
Send Email

I thought I'd let the community know that JMeter has a new JUnitSampler in the main CVS HEAD. My plan is to include it in 2.2 release in 2-3 months. For those...
1 Jul 30, 2005
5:18 pm

woolfel
Send Email

Hi all, I don't have external CVS access here, where I work. Could someone be kind enough to send me privately the zipped version of the latest JUnit 4 source...
1 Jul 29, 2005
10:34 am

Yagiz Erkan
yagizerkan@...
Send Email

If at all possible, make your unit tests single threaded. Use mock objects for listeners ( http://www.jmock.org ). If your test really has to be multithreaded,...
4 Jul 27, 2005
9:30 pm

Cedric Beust
cbeust
Send Email

Hello everyone! Diaspar Software, Digital Focus and ProjectSuccess would like to announce that we are co-hosting XP Day DC 2005, a 1-day eXtreme Programming...
1 Jul 27, 2005
7:32 am

nkhanna_01
Send Email

Hi Everybody, I am running JUNIT test using ANT as follows in build.xml file. I am getting the following error. ***** <target name="run"; depends="dist,...
5 Jul 27, 2005
7:31 am

mohammed ak
fasil_ak
Send Email

Hi, I am new to JUnit and Pisces. My problem is, I have three files (one is my test suit, second is test case and third is java file to be tested). I want am...
1 Jul 27, 2005
7:31 am

Sunil Khedar
sunil_bits2001
Send Email

Hi all, Can anyone explian me about Asynchronous Methods Testing....??? Thanks in advance --Thangaraj Thangaraj ... Start your day with Yahoo! - make it your...
1 Jul 27, 2005
7:31 am

Thangaraj
thangaraj83
Send Email

Hi, The software that I am trying to test for coverage is not an application program... that is it is based servlets and the like and hence does not have a...
3 Jul 26, 2005
1:08 pm

suganya s
sugu_subrama...
Send Email

I got my copy on Friday and I have to say that "JUnit Recipes" is an awesome book! (I even stopped reading Dan Brown's Da Vinci Code for a while :-). I love ...
17 Jul 22, 2005
7:07 pm

J. B. Rainsberger
nails762
Send Email

Hi I am silent members for this group. can any one help me that how can i write junit test cases for eclipse plugins. if u have sought of information or any...
4 Jul 22, 2005
2:02 pm

Ferad Zyulkyarov
axlbehrin
Send Email

Hello all how can i pass test result of cactus or junit in txt file or xml file? in place of printing result on console or in browser i want a result in file ...
4 Jul 22, 2005
12:57 pm

..TuShaR..
tvlaad
Send Email

hey guys, please help, I am new at using junit . I have 1 test case called NAPTRTest with 2 test methods in it, -- when i ran it with java command like this ...
1 Jul 22, 2005
12:55 pm

vpham2000
Send Email

Ok, I've read through alot of the posts, and have a general idea of what the problem is, but I can't seem to fix it. Basically, I've got a test that makes...
3 Jul 21, 2005
7:35 pm

tonytammaro76
Send Email

package com.das.dbunit; import java.io.File; import java.io.FileInputStream; import java.sql.Connection; import java.sql.DriverManager; import...
1 Jul 21, 2005
7:35 pm

naav_t
Send Email

I was trying to write some cactus tests to test an ejb which required authentication. The application server used was jboss-4.0.2, with the tomcat 5 web...
1 Jul 21, 2005
7:34 pm

Ho-Ki Au
sfqb8
Send Email

Hi, I have a test case, which needs a complex object. Is there any tools that I can use? I tried EasyMock+Class extension, but that object has no default...
1 Jul 21, 2005
7:34 pm

kangks_99
Send Email

Hello everybody, I have been trying to integrate JUNIT and JProbe using ant scripts. I am getting a JProbe coverage report. However, no matter what testcases I...
1 Jul 21, 2005
7:34 pm

sugu_subramanian2581
sugu_subrama...
Send Email

Hi, I am using AggregatorTransformer in junit to transform the xml reports generated by ant junit task. I get the following error: Could not find a valid...
1 Jul 21, 2005
7:33 pm

Yogesh Seth
talk_2_yogi
Send Email

In news:comp.software.extreme-programming, Jamie Andrews reports finding a possible bug in the MoneyBag example that comes with JUnit. See messages with...
8 Jul 20, 2005
8:06 pm

Kent Beck
kentlbeck
Send Email

Hi all, I'm facing some design issues and I've hit a mental roadblock that's left me dazed and pondering by the side of the road... (better crashed wondering...
3 Jul 20, 2005
2:22 am

Daniel Wellman
etl_dan
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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