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...
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 tried to identify by the usual way, offering my e-mail-adress or my login-name, but I did not succeed. As I did not login for serveral years, I suppose, I am...
1 Sep 16, 2006
1:04 pm

ccramer@...
Send Email

I am a newbie using JUnit 4. I try to test a method, method_1(), that is defined to throw two exceptions (well, one at a time), e.g. Exception_A and...
4 Sep 15, 2006
11:20 pm

mumebuhi
Send Email

Hi all, ... That is an interesting question. I think what the simplest thing that could possibly work is often subjective. I think the answer depends on who is...
7 Sep 14, 2006
12:10 pm

Joakim Ohlrogge
j0hlrogge
Send Email

I'm using Eclipse 3.2 using the JUnit 4.1 test runner along with ANT 1.7.0beta1 to do development, and then when I deploy everything is executed from ANT...
4 Sep 13, 2006
11:27 pm

dchoicestream
Send Email

Hi, I am new to JUnit 4.1. I simply write a JUnit 4.1 test case as following: @Test public void subtract() {..} But on the test report page generated by...
2 Sep 13, 2006
9:54 am

Guofeng Zhang
guofengzhang...
Send Email

Hi, Can you suggest a tutorial site for junit and jcoverage that covers from the grassroot level since I have no idea on how to use this tools in java. Thanks....
2 Sep 12, 2006
1:37 pm

jason r tibbetts
tibbettj_at_...
Send Email

For example. I have 20 several tests in my package. All tests can I start with a new class where I add a suite methode in with I add all tests I want. But if I...
3 Sep 12, 2006
12:44 pm

Joakim Ohlrogge
j0hlrogge
Send Email

I have a question about testing a void method that it main purpose is to close a connection. Any suggestion would be appreciate it. Thanks, DT....
21 Sep 10, 2006
11:05 pm

Joakim Ohlrogge
j0hlrogge
Send Email

I understand that test isolation is important, but I have a need for the individual tests in my suite to run one-at-a-time: it does not matter which one, but...
6 Sep 10, 2006
12:52 am

Cédric Beust â...
cbeust
Send Email

Hi All, I need help to install JUnit. I'm new to jUnit and I'm trying to install it but I'm running into an error as shown on the document called JUnit...
1 Sep 8, 2006
6:27 pm

mutei
Send Email

Hello Everyone, Diaspar Software, ProjectSuccess, GreenPepper™ and Pyxis are proud to present our 3rd installment of the XP Day North America series, XP Day ...
1 Sep 8, 2006
4:52 pm

nkhanna_01
Send Email

Hy, I'm using JUnit for testing a standalone application, and I met a problem. I have a while cycle in my code, wich runs in a thread. The exit condition of...
3 Sep 5, 2006
9:34 pm

Michael Sullivan
kupci2
Send Email

Dear Moderator, In my quest for a robust testing framework, I chanced to read this excellent ...
2 Sep 5, 2006
3:32 pm

J. B. Rainsberger
nails762
Send Email

Hi, Please provide some info on Junit testing of web services. I am sure someone has done it. Cheers. vk....
10 Sep 5, 2006
3:28 pm

J. B. Rainsberger
nails762
Send Email

How does junit determine the order of execution for test methods? How does junit determine the order of execution for test cases added to a test suite? Does...
7 Sep 5, 2006
3:21 pm

James Abley
taboozizi
Send Email

Thought I'd share some sample code for using JUnit to test SOAP-based service-oriented architectures. ...
6 Sep 5, 2006
3:20 pm

J. B. Rainsberger
nails762
Send Email

Hi,all. As we know, junit is a famous unit testing tool. but now, I want to use junit for the integration testing. Could all of you give me any advice? Thanks...
3 Sep 5, 2006
2:18 pm

Ilja Preuss
ipreussde
Send Email

... I'm complaining about the ratio of noise to valueable content. The ratio is the same whether it is a 10 message a day or 1000 message a day list. ... The...
16 Aug 31, 2006
11:23 pm

Kevin Lawrence
kevinwilliam...
Send Email

Can any one tell me the life cycle of unit testing. ... All-new Yahoo! Mail - Fire up a more powerful email and get things done faster. [Non-text portions of...
4 Aug 31, 2006
9:37 pm

Cédric Beust â...
cbeust
Send Email

I had one problem when developing test case for complex queries. Query is working fine.But when there is no such data in the table, it returns null value. How...
6 Aug 31, 2006
9:18 pm

J. B. Rainsberger
nails762
Send Email

Hello Everyone, Diaspar Software (founded by J.B. Rainsberger) and ProjectSuccess are proud to present our 3rd installment of the XP Day North America series,...
1 Aug 30, 2006
12:08 am

nkhanna_01
Send Email

Hello, Today, I have a test related article being published on java.net: "Five Habits of Highly Profitable Software Developers" ...
14 Aug 28, 2006
3:03 am

robertjmiller_jgs
robertjmille...
Send Email

I have inherited some code which runs a suite of JUnit test cases (via junit.textui.TestRunner.doRun(mySuite)) and outputs the results of the test case either...
8 Aug 27, 2006
6:10 pm

James Abley
taboozizi
Send Email

The signal to noise ratio of this mailing list is very low. Some people believe in testing, some don't. There is zero chance that minds will be changed. JUnit...
9 Aug 27, 2006
6:06 pm

David Maddox
davesoftdes
Send Email

... Or in a Command object: interface Command { public void execute();} public class FileProcessor { public static void process(File f, Command c) { f.open(); ...
2 Aug 25, 2006
11:35 pm

J. B. Rainsberger
nails762
Send Email

Is this message spam? -- J. B. (Joe) Rainsberger :: http://www.jbrains.ca Your guide to software craftsmanship JUnit Recipes: Practical Methods for Programmer...
1 Aug 25, 2006
4:35 am

J. B. Rainsberger
nails762
Send Email

Hi, I'm quite familiar with the purpose of tearDown(), I just fail to see the necessity of it. According to M. Feathers' "Working effectively with legacy code"...
8 Aug 23, 2006
10:25 pm

Kent Beck
kentlbeck
Send Email

FWIW, here's another small case study where testing first prevented a problem in code that was "too simple to fail": ...
26 Aug 23, 2006
10:19 pm

J. B. Rainsberger
nails762
Send Email

I'm running a JUnit test via Ant's <junit> task. It completes with an error, but I have yet to determine what the error is. I have tried using the <record> Ant...
3 Aug 23, 2006
9:05 pm

james_adams
Send Email

I have a question about using JUnitPerf to decorate tests that used the Parameterized Test Case Design Pattern (JUnit Recipes, 4.8). The PTCDP had me create a...
1 Aug 22, 2006
8:59 pm

Mike Foley
mike_foley_0...
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