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 dont know how to install and run  junit. I tried different methods given in the web. Nothing works. So please help me to run the program 1. Java is...
4 Feb 28, 2012
11:23 am

saurav
sauravkr
Send Email

Hi, I've submitted a pull request to make private the methods JUnitCore#runMainAndExit and JUnitCore#runMain ...
1 Feb 28, 2012
11:22 am

mjfarwell
Send Email

All, https://github.com/KentBeck/junit/pull/293 proposes to change the specification of the order in which test methods are selected to run within a test class...
11 Feb 25, 2012
12:29 pm

mjfarwell
Send Email

Hi all I would like to know how to set an order in Junit, Details: the Junit tests are executing from quickbuild. Thanks...
3 Feb 23, 2012
1:03 pm

nirh20
Send Email

Hello, I wan't to ask for a solution to stop and/or destroy a JUnitCore. Like pleaseStop() on the RunNotifier. I already tried ExecutorsService with no...
1 Feb 16, 2012
12:35 pm

coretek89
Send Email

Forgive me if this is a FAQ, but I have tried digging through the documentation and the answer was not apparent. I am writing some test cases. As part of the...
3 Feb 16, 2012
2:32 am

David Saff
dsaff
Send Email

Hi All, Is there a way to get more detail info after running test cases? like spend how many time for each test case? list all passed test cases other than ...
1 Feb 7, 2012
2:24 am

wensi liu
juky.liu@...
Send Email

All, I'm trying to catch up on the Pull Request queue, with some help. Here's a pull request that's essentially ready to go, it just needs someone with git...
4 Feb 1, 2012
1:32 pm

Georg Thimm
le_garcon_en...
Send Email

I am new to JUnit.Entire project has developed using spring and JSPs. Now my job is review code and notice whether it follows coding standards or not.They...
1 Jan 31, 2012
8:35 pm

M.Srinivas
srinivasmall...
Send Email

Hi Some time ago I've written a runner for JUnit which is a replacement for the standard Parameterized runner - is easier & more flexible to use, gives nicer...
8 Jan 29, 2012
3:48 am

David Saff
dsaff
Send Email

All, I've been very lucky for several years to had both a family and an employer that have left room for me to contribute to JUnit for free. However, for at...
2 Jan 17, 2012
4:30 pm

David Saff
dsaff
Send Email

Hi, I maintain the junit provider for maven-surefire, and I'm looking into transitioning from a Junitcore+RunListener based approach to an approach based on...
12 Jan 6, 2012
1:57 pm

Dawid Weiss
dawid.weiss@...
Send Email

hi friends, My application is in wicket and we use lots of wicket interfaces in our application and i am not able to cover the code in test as i am not able to...
2 Dec 28, 2011
6:45 pm

David Saff
dsaff
Send Email

Hi, I have a test class implemented in JUnit framework. Can i use Mockito framework to improve the code coverage...
3 Dec 28, 2011
4:02 pm

atul
atul_ingale001
Send Email

[This is a recording.] I'm on vacation Dec 21 - Jan 2. I'll be reading mail occasionally. Happy Holidays! Bill...
1 Dec 27, 2011
8:57 pm

bill.shannon@...
bs00011
Send Email

When there are no tests matching the Include/Exclude filters, Categories throws an InitializationError. Can this behavior be changed? IMO, if nothing matches...
1 Dec 20, 2011
2:45 am

Noel Yap
yap_noel
Send Email

Hi everyone, I've created a custom Runner meant to help with performance and scalability testing. It lets you create tests like this: ...
10 Dec 18, 2011
1:22 pm

sschroev
Send Email

Hi All, I have right now created an open group on the LinkedIn for the JUnit which we can enjoy. You are All Welcome to join! It is a good style that the...
1 Nov 22, 2011
1:18 am

tibord47
Send Email

We are all developing new features and bug fixes in to JUnit. You had to already see that this is not short time to accept a new design. When I submit...
1 Nov 19, 2011
5:30 pm

tibord47
Send Email

Hi, Is it possible to customize the "got ..." message when writing custom Matchers? I found this message in the Archives: ...
2 Nov 11, 2011
6:31 am

Esko Luontola
egeluontola
Send Email

Hi everyone. My name is Dawid Weiss, I'm a committer to Apache Lucene/Solr. Lucene and Solr use a custom runner to randomize test execution extensively. This...
10 Nov 10, 2011
6:07 pm

Kevin Cooney
kevincooney2000
Send Email

I'm using a test suite class to collect up a bunch of individual testcase classes. I also use the "junitreport&quot; ant task to create an html report of the test...
3 Nov 9, 2011
11:39 pm

Dawid Weiss
dawid.weiss@...
Send Email

Hi, I've created an issue to extend Assume to contain explicit messages/ Throwable cause if needed. The issue includes a patch: ...
3 Nov 1, 2011
3:59 pm

Dawid Weiss
dawid.weiss@...
Send Email

Is there anything special/different that needs to be done when running UI tests in Eclipse with JUnit on Mac/OSX? I have issues with the frame tested not...
20 Oct 27, 2011
1:03 pm

shca08_junit
Send Email

I just created a bugfix for the Parameterized runner. The pull request slightly modifies the behaviour of the runner. Today the @Parameter method is called...
2 Oct 26, 2011
8:37 pm

David Saff
dsaff
Send Email

The information about JUnit is across three different places: junit.org, junit.sourceforge.net and github. Additionally some information is missing or very...
12 Oct 24, 2011
2:53 pm

Stefan Birkner
stefan.birkner
Send Email

I'm trying to create a runnable JAR in eclipse using Junit 4.9 but I can't get it right. This website says it is necessary to create a separate class 'main' ...
5 Oct 20, 2011
2:21 am

JohnS
asmallphrase
Send Email

Hi Everyone, I am running a suite of tests from command line on Linux and when I ran the tests and as expected at run time an output is printed on the command...
2 Oct 18, 2011
3:15 pm

David Saff
dsaff
Send Email

Hi All , I am very new to JUnit. I would like to use Junit for Strust application. I am using Struts1.3 and wan to use jUnit for testing. Please guide, which...
2 Oct 6, 2011
5:59 pm

lewis john mcgibbney
lewismc2
Send Email

Hi guys, A few years ago we have started using ClasspathSuite as our runner and we have modified it to suit our needs. One of the things that we do is logging...
3 Oct 1, 2011
5:47 pm

Piergiuliano Bossi
pgbossi
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