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 have implemented a solution to tracker#1565177 on the sourceforge site, and would be happy to feed it back into the project. Can anyone guide me through...
2 Feb 16, 2009
3:12 pm

David Saff
dsaff
Send Email

OK, we've moved JUnit hosting to github. Next up is issue tracking. Any favorites out there? Easy URLs are a big win for me ( ...
4 Feb 13, 2009
11:42 pm

Bradley, Todd
todd404
Send Email

... From: Ben Rady <benrady@...> Date: Wed, Feb 4, 2009 at 10:43 AM Subject: Re: [junit] JUnit source hosting has moved to Github To: David Saff...
1 Feb 4, 2009
3:46 pm

David Saff
dsaff
Send Email

The last message was tucked at the bottom of a different thread. http://github.com/KentBeck/junit Share and Enjoy! Kent and David [Non-text portions of this...
4 Feb 4, 2009
3:37 pm

andrewmcdonagh
andy_ipaccess
Send Email

Hello all, I am wondering, is it possible to retrieve information about the test context in which the @After method (or any other life cycle method) is called?...
4 Feb 4, 2009
3:16 pm

David Saff
dsaff
Send Email

Hi, Is there a way to add timeout for the Before and After class method in general way? -- View this message in context:...
2 Feb 4, 2009
2:34 pm

David Saff
dsaff
Send Email

All, David and I took y'all's advice and tried importing JUnit into Git. We have a JUnit project on GitHub. The only problem is that when we tried cvsimport, ...
9 Feb 3, 2009
3:57 am

David Saff
dsaff
Send Email

Hello: I´m new in Junit. When I run the program never execute the sentence assertEquals("fail", e.getMessage());, never arrives here. thanks in advance I use...
3 Feb 2, 2009
11:37 pm

Pigneri, Rocco
rpigneri@...
Send Email

Hi, Can any body help me on running Junit testcases from Quality centre. If you have any document or link on this please send it to me. Your help is highly...
4 Jan 31, 2009
1:38 pm

Nat Pryce
nat_pryce
Send Email

Hi, Is there a Mock Http Server for unit-testing purposes? I see there is a Mock FTP server, is there one for testing Http? And does it support both Put and...
4 Jan 31, 2009
1:33 pm

Nat Pryce
nat_pryce
Send Email

Hi, I catch java.lang.NoClassDefFoundError: Network when I run junit task from ant. It happens only when I pass jvm arguments for debugging: <junit...
4 Jan 21, 2009
3:11 pm

David Saff
dsaff
Send Email

Does it make sense to write a single junit test to test all classes that implement a common interface? Is there a typical "design pattern" for this usage? For...
14 Jan 21, 2009
10:34 am

Nat Pryce
nat_pryce
Send Email

Hi guys, I'm new in the group and I couldn't find anything on testing combination in the title. I have applicationContext.xml where EntityManagerFactory is ...
12 Jan 21, 2009
1:18 am

Ken Chien
bigtummy77
Send Email

Hello, could you give me some hint/example for testing struts2 actions with Spring service layer injected? Thanks....
1 Jan 20, 2009
12:19 pm

majkic@...
majkic...
Send Email

Hi I am hoping someone can help me understand the use of @Before. As far as I know when JUnit runs tests a new instance is created for each testcase. So why...
5 Jan 19, 2009
7:43 pm

kentb
kentlbeck
Send Email

Hello, I have javascript tests taht execute in a browser page and I would like to include those tests in standard test results the build tool (maven) provides....
10 Jan 13, 2009
10:15 am

Arnaud Bailly
arnaud.baillly
Send Email

Michael Feathers and I are working up a talk that will be a review of effectively 10 years of TDD. The idea is partly just to look at the history, but mainly...
5 Jan 7, 2009
10:28 am

Steve Freeman
smg_freeman
Send Email

I read the popper example, it's very elegant. Do you have the signature of the .when(emptyList) part? I assume it looks something like <T> T when(T object) and...
2 Jan 5, 2009
9:26 pm

David Saff
dsaff
Send Email

Hi I use "@Test(expected = AnyClassException.class") and one "assertTrue(false)" together for example following code: @Test(expected =...
19 Jan 5, 2009
8:21 pm

Joakim Ohlrogge
j0hlrogge
Send Email

It's time for a little reminder of some of the finer points of JUnit mailing list etiquette. This will be posted now and then; not often enough to be spam, but...
5 Jan 3, 2009
9:06 pm

Simon Chappell
spchappell
Send Email

hii all, am new in testing implementation so i need some help i just wrote a simple code( by eclipse ) & i dont know why there is an error & i cant fix it or...
2 Jan 3, 2009
9:03 pm

Simon Chappell
spchappell
Send Email

It's a bit tedious to have to create a separate <bunzip2> element in my build xml for each compressed file I have. Why can't we use filesets here?...
3 Dec 31, 2008
10:10 pm

Joseph Shraibman
tupari
Send Email

Hi. I'm in a project which puts unit tests in their normal package tree (com.company.division.softwaresuite.part.really.long) and integration tests in another...
11 Dec 31, 2008
12:50 am

朱国良
zhustudy@...
Send Email

hii all i have to study Junit & HtmlUnit within 15 days & i need a good toturial for these topics Please.... Thanks alot...
2 Dec 30, 2008
12:00 am

Simon Chappell
spchappell
Send Email

Hi, I have some JMock tests that are using JUnit 3.8.1-style parameterization. I am currently at a loss how to migrate them, other than implementing my own...
6 Dec 29, 2008
4:09 pm

kentb
kentlbeck
Send Email

Hi I have a jar file containing the TestSuite class and a main class RunTest calling TestSuite for executing all my Junit test cases. I call it in either of...
2 Dec 28, 2008
7:50 pm

David Saff
dsaff
Send Email

All, We are considering moving to Google Code (and thus Subversion) for its superior code review features. However, before doing so we'd like to know who else...
13 Dec 23, 2008
7:03 pm

Lothar Kimmeringer
kimmerin_job
Send Email

Hi, Can junit run tests writing in IBM RFT ? Can it combine together Thanks -- View this message in context: http://www.nabble.com/RFT-tp21073707p21073707.html...
1 Dec 21, 2008
11:00 am

idan72
ishai@...
Send Email

All : I have developed a junit extension call Prerequisite, which is designed to handle the problem that you only want to run some tests when some...
4 Dec 19, 2008
2:21 pm

David Saff
dsaff
Send Email

Hi, after a long absence, I'm getting back into using Java and JUnit. I'm in the process of bringing our old JUnit 3 test set to JUnit 4.5. In the JUnit 3...
5 Dec 18, 2008
2:01 pm

Johannes Link
jlinkyh
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