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: 31225
  • 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

Hi, I just got around to looking into parameterized tests a little more. But it confirmed the impression I got when they came out with JUnit 4. They are sooo...
7 Jul 28, 2008
11:09 pm

kentb
kentlbeck
Send Email

Hello, I am trying to test a parser class I wrote. In my test method I invoke the parser method I want to test with a string of data. However , the method...
14 Jul 23, 2008
5:24 pm

David Saff
dsaff
Send Email

Hi - I am trying to create a test case that requires the user to do something in another application. So I wrote a little messageBox method with the code...
2 Jul 18, 2008
7:55 am

Jan Kroeze
thejcwk
Send Email

Dear Collegues, Any help in this regard will be highly appreciated (ASAP). Instructions: Please read the FAQ section and do the following: List as many...
2 Jul 17, 2008
2:19 pm

Bradley, Todd
todd404
Send Email

Hi! I have implemented a very straight-forward sorter that runs fine in JUnit up to version 4.4 but not in 4.5 beta. Here is the sorter: public class...
3 Jul 15, 2008
4:40 pm

David Saff
dsaff
Send Email

Hi I have a requirement like I have described below. Please suggest me the best way to achieve this. My objective in brief: 1. Obtain the test method execution...
4 Jul 15, 2008
3:33 pm

David Saff
dsaff
Send Email

Hello, this is not a question but a petition for advice from seasoned testers like you ;). Normally you write JUnit tests for exception like this: ...
3 Jul 15, 2008
12:11 pm

Malte Finsterwalder
maltefinster...
Send Email

Hi Cedric.. Thanks for the reply.. Basically I am not into writing the testcases. I am developing a tool which takes the JUnit testcases as input to give out...
1 Jul 10, 2008
11:51 am

Shubha B S
mailtoshubha
Send Email

Hi I downloaded Junit 4.4 source code from http://sourceforge.net/project/showfiles.php?group_id=15278&package_id=12472 If I try to build the jar out of the...
1 Jul 9, 2008
10:39 pm

Shubha B S
mailtoshubha
Send Email

FYI, ObjectMentor is working on junit.org, as of this message: David Saff ... From: Robert Martin <unclebob@...> Date: Fri, Jul 4, 2008 at 10:43...
2 Jul 8, 2008
8:46 pm

Shay Thompson
gamerscloset
Send Email

Hi All, I am using jdk 1.5 build 6 with ant 1.7 version. when i am executing my test framework i am getting following error... "Forked Java VM exited...
1 Jul 7, 2008
11:24 am

Nikhil Deval
nikhil_deval
Send Email

Hi, i am currently looking for the a solution to remotely run JUnit tests from our cruise control (cruise control runs ant with JUnit, tests should run on...
6 Jul 7, 2008
7:23 am

ludwig.adam
Send Email

Hi, I am using junit4.4. I need to get notify when test is called. I also need to know when the beforeTest called and also beforeClass. What I don't know how...
1 Jul 3, 2008
9:39 pm

idan72
ishai@...
Send Email

Hi, The ability to tag test cases with key words and allow people to execute a set of test cases based on key words would be very useful in our organization....
4 Jul 3, 2008
11:38 am

arup_kabi
Send Email

Hi, Say I need to test the following two methods: public UserObj getUser(String username) {...} public UserObj getUser(int userID) {...} The specs say that to...
5 Jul 3, 2008
7:52 am

Böhm, Martin
martinboehms...
Send Email

I was looking for an example of writing a custom runner and didn't have a lot of luck, so I cracked open the source and figured something out. If you're...
5 Jul 1, 2008
7:27 pm

David Saff
dsaff
Send Email

All, We are nearing the release of JUnit 4.5. We have a question for all you custom runner writers out there. We have substantially restructured the internals...
9 Jul 1, 2008
7:11 pm

David Saff
dsaff
Send Email

Hi, How can I know when a @BeforeClass method is called? I I am using formatter to know when a suite start or a test but I need to know also if class start or...
1 Jul 1, 2008
12:03 am

idan72
ishai@...
Send Email

Will yahoo let me post to my own group?...
4 Jun 26, 2008
1:56 pm

Kent Beck
kentlbeck
Send Email

Hi, When i try to make an assertion on Number object, e.g. Double the result always assertion successful. Even i try to compare by...
21 Jun 25, 2008
4:50 am

Daniel Brolund
daniel.brolund
Send Email

Hello Experts, I am new to junit/cactus. I have configured the framework to write JUnit/Cactus test cases. However I can work very well with JUnit, But when I...
2 Jun 21, 2008
2:22 pm

Simon Chappell
spchappell
Send Email

Good Afternoon, I am trying to implement a better JUnit strategy here, and I was wondering if anyone has any tried and test ways of seperating out their...
3 Jun 20, 2008
10:45 pm

J. B. Rainsberger
nails762
Send Email

Are there any previews as to new features in junit 4.5? I understand that's partly what Kent is referring to in his note: "Next up, release notes and then out...
2 Jun 19, 2008
3:09 pm

Kent Beck
kentlbeck
Send Email

Hi List! I am currently working on a JUnit project that enables us to run tests in a well-defined order and with the ability to skip tests in a flexible manner...
2 Jun 19, 2008
3:09 pm

Kent Beck
kentlbeck
Send Email

Hi, This has been annoying me for a while and I can't think of a clean solution for it. Hope this makes sense: I have some code that returns different results...
8 Jun 18, 2008
11:36 pm

J. B. Rainsberger
nails762
Send Email

Hello friends, I have the following application set up: 1. A distributed system of servers and special servers and common user nodes. 2. Each server is...
2 Jun 13, 2008
3:51 pm

Bradley, Todd
todd404
Send Email

... So. Side topic, and favorite horse-floggee of mine: did the metric do anything for us that simply knowing the team well wouldn't have already done? I'm...
5 Jun 11, 2008
8:55 pm

mfeathers@...
mfeathers256
Send Email

Hi Experts, I am new to JUnit. However I have configured and written some simple use cases. Could anybody please tell me how can I write test case for method...
3 Jun 9, 2008
7:52 am

Chris Dollin
anover_alias
Send Email

Hi, Would it be possible to have Assert.fail(message, exception) method in future version of the junit. I see this to be very critical for methods failing and...
2 Jun 5, 2008
10:32 pm

Roger Glover
glover_roger
Send Email

Hi, I have test's written in junit4 that run using JUnitTestRunner. I want to add listener that will be called in start and end of each test and also before...
1 Jun 2, 2008
2:58 pm

idan72
ishai@...
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