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: 31223
  • Category: Java
  • Founded: Nov 6, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

I have a feeling I'm about to bring up a much discussed topic, however, I wasn't able to find any related topics by searching this mailing list. My apologies...
48 Mar 13, 2008
10:28 pm

toalexsmail
Send Email

I was very exciting to know that JUnit 4 has Parameterized feature. I have used almost exact the same mechanism in JUnit 3.8 for making the parametrized test....
2 Mar 13, 2008
10:28 pm

toalexsmail
Send Email

In JUnit 3.8 there was difference between assertion error (assertTrue(flag) fails, for example) and exception (unexpected exception thrown). It was indicated...
2 Mar 12, 2008
9:23 pm

toalexsmail
Send Email

_____ From: Veera Raghav Reddy [mailto:veerapulagam@...] Sent: Friday, February 29, 2008 6:06 AM To: kentb@... Subject: junit@yahoogroups.com ...
9 Mar 12, 2008
1:43 pm

toalexsmail
Send Email

In the @Test annotation there is expected() parameters that is used to indicate expected exception. It should be considered to enable check also the cause of...
1 Mar 12, 2008
1:42 pm

toalexsmail
Send Email

Request class has method public static Request method(Class<?> clazz, String methodName); which suppose to run only methodName from the class. I think it would...
1 Mar 12, 2008
1:42 pm

toalexsmail
Send Email

I want to correct my last e-mail in this Thread. Test method of calculator should be public void testNegative() throws Exception { try { calc.sqrt(-1); ...
1 Mar 12, 2008
1:42 pm

toalexsmail
Send Email

AFAIK this feature is replacement to TestSuite in JUnit 3.8. But it is less flexible then TestSuite. In JUnit 3.8 you have an option to add some methods from...
1 Mar 12, 2008
1:42 pm

toalexsmail
Send Email

Hi there. I know this is not the really correct place for this, but what I actually need is an advice from people who are in the unit testing business in JAVA...
2 Mar 5, 2008
8:18 am

Nat Pryce
nat_pryce
Send Email

I just uploaded an update to the Dependent Object Framework (DOF) http://sourceforge.net/projects/dof/ Description: http://www.junit.org/node/308 In a...
1 Mar 3, 2008
11:43 pm

justingordon
Send Email

I've written a collection of JUnit4 tests that run fine within Eclipse. I'm working on adding an Ant target to our build.xml file to run the entire collection...
3 Mar 3, 2008
8:45 am

Ilja Preuß
ipreussde
Send Email

Hi All, Bumblebee 0.4 is just released, and can be found here: http://www.agical.com/bumblebee/bumblebee_doc.html Bumblebee is a free (Apache 2 license) open...
1 Feb 28, 2008
7:48 pm

Daniel Brolund
daniel.brolund
Send Email

Hi all, I've been unit testing my data access layer with Junit and I ran into following case.. I was able to successfully mock the db connection for checking...
12 Feb 27, 2008
10:20 am

nat_pryce
Send Email

Hi, I am fairly new to JUnit and am on a development team that is about to start using JUnit. We are considering writing our initial tests with JUnit 3 (which...
2 Feb 26, 2008
4:12 am

Kent Beck
kentlbeck
Send Email

I'm wondering if any one is using junit4 with cactus. What I heard so far is there is no support for Junit4 in cactus. But there should be some work around. If...
2 Feb 22, 2008
2:12 am

Saju Madhavan
hsaju
Send Email

Hello junit users I started using junit in my projects recently. Twice in two days, I have found a use for something which junit doesn't seem to provide. I ...
4 Feb 18, 2008
9:31 am

Srinivas Visvanathan
srinivas1729
Send Email

Currently generating junit reports (*.txt and *.xml files) using maven- surefire-plugin. Wondering is there way to display these reports in HTML format? Thanks...
5 Feb 16, 2008
12:07 am

bala_rajamani
Send Email

Hello, Currenlty Junit prints all details into the log and the log file grows to fast and big. So wondering is there a way to control [suppressing] the details...
1 Feb 16, 2008
12:07 am

bala_rajamani
Send Email

I am facing some configuration issues related to JUnit.jar.Ca anyone of please help me out....
2 Feb 12, 2008
12:37 pm

Simon Chappell
spchappell
Send Email

Dear Anirudh I'm testing one abstract parent class that's having 3 child classes parent class: Vehicle child classes: Van, Lorry, SmallVan unfortunately I...
4 Feb 8, 2008
12:47 pm

Anirudh Vyas
anirudhvyas010
Send Email

hi friends ; i'm using NetBeans as my development environment and i'm having an abstract parent class caled "Vehicle" that has been inherited by o3 sub clases...
7 Feb 8, 2008
12:46 pm

Anirudh Vyas
anirudhvyas010
Send Email

Hello Everyone, I am interested if the "annotated description" feature can get the javadoc method description and adding a textual description to its relative...
2 Feb 8, 2008
12:46 pm

Francesco
won_espylacopa
Send Email

Agile Development Practices 2008 Conference November 10-13, 2008 * Orlando, Florida Shingle Creek Resort http://www.sqe.com/go?NG08ADP...
1 Feb 7, 2008
3:18 pm

Megan Brown
agiledevelop...
Send Email

Hi, I searched around to see if anyone's submitted this bug. I didn't find a dupe, so I'll go ahead and post; apologies if it's already known. In...
4 Feb 5, 2008
10:34 pm

Kent Beck
kentlbeck
Send Email

Dependent Object Framework The Dependent Object Framework (DOF) (http://sourceforge.net/projects/dof/ <http://sourceforge.net/projects/dof/> ) enables...
1 Feb 5, 2008
11:56 am

justingordon
Send Email

Does anyone have any recommendations on how they arrange/group their jUnit tests? I've poked around the net but haven't gotten much in this category... The...
4 Feb 5, 2008
11:55 am

Böhm, Martin
martinboehms...
Send Email

Hi, I'm new to JUnit 4 testing and I have a question about its execution. If I have one simple test class like this: public class Test { public static MyClass...
6 Feb 4, 2008
11:59 pm

milanmilanovich
Send Email

Hi, I am interested in gathering insight into executing and managing tests where the environment is a possibly large set of virtualized (ie, VMWare) machines...
1 Feb 4, 2008
2:56 pm

Mike Foley
mike_foley_0...
Send Email

Hi all, How or where can I submit source code and patches for JUnit bugs ? Kind regards, Sytze van Koningsveld....
2 Feb 2, 2008
11:36 pm

Lasse Koskela
lassekoskela
Send Email

Hey, there! I'm hoping someone on this end of the world can answer a question for me. I tried posting this on the Maven mailing list but haven't gotten any...
2 Feb 2, 2008
10:52 am

Wayne Fay
jaeger321
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