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

~ While trying to install tomcat-7.0.27 it tells me install ant, wich tells me to install junit and then you get: ~ BUILD FAILED ...
6 May 9, 2012
8:22 pm

David Saff
saffatgoogle
Send Email

Is the parameterized test class intended to have only one test method? I have created parameterized test classes with multiple test methods that use the same...
4 May 9, 2012
8:21 pm

David Saff
saffatgoogle
Send Email

Good Day, I have a test that runs on eclipse. It has parameter -DinputFile=file.txt. Now I want to run it at the command prompt. I built everything as a jar...
2 May 8, 2012
4:29 pm

tupari
Send Email

I need to have Selenium Webdriver take a screenshot if the test failed, prior to closing the driver during teardown. Various attempts I've read about have not...
6 Apr 28, 2012
11:49 am

Pete
tenorsaxman11
Send Email

Hi all, Please bear with me as I'm getting back into JUnit after first using it several years ago. I see all the discussions going on and they are far beyond...
3 Apr 27, 2012
8:24 am

Malte Finsterwalder
maltefinster...
Send Email

Hi All, I am new to junit. I am confused how to run the parameterized method. Ex: @Test public void add(int a,int b){ System.out.println("Result = "+(a+b)); } ...
3 Apr 26, 2012
8:06 pm

Colin Vipurs
zodiac_zx6
Send Email

Hi :) I'm working on a project for university, which is about a website to teach the basics of Java programming. It'll have some programming lessons and then...
2 Apr 26, 2012
7:17 am

Malte Finsterwalder
maltefinster...
Send Email

Hi everyone, So, AllDefaultPossibilitiesBuilder has ignoredBuilder() before annotated builder as shown here: @Override public Runner runnerForClass(Class<?>...
13 Apr 23, 2012
9:14 pm

Dawid Weiss
dawid.weiss@...
Send Email

Hello all, I'm looking for a good way to keep scenarios stored outside of the unit tests. Basically I'm thinking of some way to do black box testing based on...
6 Apr 23, 2012
12:09 pm

Georg
le_garcon_en...
Send Email

k.l, These are important and common questions, so often a Google search reveals some helpful resources. For example, you might want to start with ...
1 Apr 20, 2012
10:28 pm

David Saff
saffatgoogle
Send Email

Hi, we are currently working on making JUnit use and work with the latest version of Hamcrest (1.3.RC2). All but one matcher that used to be provided by...
3 Apr 16, 2012
7:45 pm

Marc Philipp
mphilipp1982
Send Email

Hello, I recently migrated 4.10 and I've got the following warning in a class that extends BlockJUnit4ClassRunner: The method withBefores(FrameworkMethod,...
3 Apr 12, 2012
7:57 pm

Steve Hostettler
zekey99854
Send Email

I have a Mockito code, String[] activeGroupName = {"activeJob1&quot;, "activeJob2&quot;}; ...
2 Apr 6, 2012
7:43 pm

David Saff
dsaff
Send Email

Hi all, I'm about to release Cucumber-JVM 1.0.0. (a pure Java implementation for the popular Ruby BDD tool). Cucumber-JVM has some decent JUnit integration (a...
1 Mar 26, 2012
1:43 am

Aslak
aslak_hellesoy
Send Email

Hi, When I run my test suite I found that each test stops running after the first failed assertion. I have a number of assertions in each test and I would like...
48 Mar 20, 2012
10:48 am

Georg Thimm
le_garcon_en...
Send Email

I have multiple products/applications. Some are running on Java background and some on .NET background. Correspondingly unit test cases are written for both...
3 Mar 1, 2012
5:00 pm

sk_smile5n
Send Email

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
  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