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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hi, I am facing a strange problem while implementing JCoverage for one of the projects. I have done this successfully in the past for other projects. Any help...
1 Jun 30, 2006
11:28 pm

zync83
Send Email

When I am trying to run Sample Test Cases (JUnit standard package) I get following error - D:\Pradeep&#92;Downloads&#92;JUnitDownloaded2\junit4.1>java ...
4 Jun 30, 2006
10:49 pm

Kent Beck
kentlbeck
Send Email

Hi all, question: is there a reason that fail() produces an AssertionError with message "null" -- i had expected null (you know: getMessage() == null rather ...
4 Jun 30, 2006
7:48 am

Chris Dollin
anover_alias
Send Email

Hi Rain, I have few questions. Can junit test ejb's without any sort of extensions like cactus or junitee or etc. Can JUnit test Ejb's on IBMWebsphere. please...
6 Jun 29, 2006
6:37 pm

Brett L. Schuchert
schuchert
Send Email

I have a test with a @Before method that is throwing an exception. The exception is caught by the BeforeAndAfterRunner which invokes addFailure executing...
3 Jun 29, 2006
3:10 pm

Barry Kaplan
memelet
Send Email

Hi, can you help me in testing enterprise java beans with junit. Can tell me what are the necessary jars requires. Can we run ejbs with junit test runner or...
3 Jun 28, 2006
10:01 pm

Brett L. Schuchert
schuchert
Send Email

Hello, I am new to Junit, I'm starting with Junit 4. I wanted to define an abstract base class establishing required steps for a test, but I see that methods...
8 Jun 28, 2006
7:10 pm

Cédric Beust â...
cbeust
Send Email

Hi, Can I get sample example unit testing a jsp? Thanks & Regards, Tejal Khatri HCL Technologies,Gurgaon 9811687996 Disclaimer: This message and any...
3 Jun 28, 2006
3:21 pm

Joe Schmetzer
copabella
Send Email

Hi Friends, I am unit testing a servlet using cactus. Everything is set( all required files), but tomcat gives me a warning, as follows. log4j:WARN No...
2 Jun 28, 2006
2:49 pm

Andreas Guther
andreasguther
Send Email

I am trying to resolve an issue that occures periodically with my builds. For some reason I am getting a PMG file returned... This is the error: Test:...
3 Jun 28, 2006
2:45 pm

Andreas Guther
andreasguther
Send Email

I have a class Manager.java that's to be unit tested. In the TestManager class public class TestManager extends TestCase{ Manager mgr = null; public...
3 Jun 27, 2006
5:28 pm

Jason Rogers
jacaetev
Send Email

I have seen people skating around this issue but nobody seems to be answering the question or maybe I just missed it - I did search the archives and I see the...
31 Jun 26, 2006
6:14 pm

Kent Beck
kentlbeck
Send Email

I am trying to implement an assertion that does a deep equals of two POJOs vs. using the POJOs' equals methods like assertEquals(Object, Object). The code is...
9 Jun 23, 2006
6:49 pm

J. B. Rainsberger
nails762
Send Email

hi folks, when i run this test case on ibmwebserver i am getting error.I am getting the same error since 4days please help me package com.ibm.ejb; import...
2 Jun 23, 2006
2:16 pm

Andreas Guther
andreasguther
Send Email

Hi Friends, Can we unit test a java bean (not ejb) deployed on application server? Thanks in advance. Best Regards, Tejal ... From: junit@yahoogroups.com...
2 Jun 23, 2006
2:16 pm

Andreas Guther
andreasguther
Send Email

In one example I tried was a fairly simple piece of business logic. I needed to write some tests around a user belonging to a group. I needed at a minimum an...
8 Jun 22, 2006
9:44 am

David Saff
dsaff
Send Email

The purpose for which I am using JUnit is slightly different. I am using a Code Analyser(CAP)-to analyse the source code of the JUnit project. I downloaded...
2 Jun 22, 2006
4:56 am

Andreas Guther
andreasguther
Send Email

The method SimpleTestCollector.isTestClass(String classFileName) is implemented faulty: This is the implementation of junit 3.8.1: protected boolean...
4 Jun 21, 2006
5:26 pm

David Saff
dsaff
Send Email

A getting started tutorial on JUnit at; http://lkamal.blogspot.com/2006/06/junit-getting-started.html...
1 Jun 21, 2006
8:00 am

lkamals
Send Email

Hi, I am new to junit and I have to unit test a few methods of a class. Out of those one of the methods is login method. I have undergone many examples in...
4 Jun 21, 2006
2:05 am

David Saff
dsaff
Send Email

150 SCJP Questions And Answers I have listed over 150 SCJP Questions And Answers in my website http://www.geocities.com/online_java_certification/ So please...
1 Jun 20, 2006
10:18 pm

it_tutorial
Send Email

Hello JUnit-Group, We would like to invite developers to participate in a survey about unit testing and test-driven development. We are students from the Freie...
1 Jun 20, 2006
2:18 pm

Fabian Neumann
fneumann_inf
Send Email

I have been give around 160 separate httpunit test files, instead of listing them one line at a time. Is there a way I can grab them from the package directory...
3 Jun 19, 2006
5:41 pm

Jorge Diz
jorgediz
Send Email

Hi, I am new to JUnit tool. All i understand from the web sites that is available on JUnit is, it is unit testing tool. Actually we are using Rational...
2 Jun 19, 2006
3:04 pm

David Saff
dsaff
Send Email

Hi, I have a superclass that implements a @BeforClass method. As I tryed to run the subclass test, all the setup stuff was OK, but then came this exception...
2 Jun 19, 2006
3:00 pm

David Saff
dsaff
Send Email

Hello, I am currently updating my test cases written in Junit 3.8.1 to 4.1. As you can guess my test case class extended the TestCase class and therefore I had...
2 Jun 19, 2006
11:01 am

David Saff
dsaff
Send Email

I am new to Junit. Can any one explain me from starting. What is Junit. How it is Used. What is the use of it. Thanks kiran ... Ring'em or ping'em. Make...
3 Jun 19, 2006
11:01 am

Simon Chappell
spchappell
Send Email

Am I missing something??? I can't find junit.swingui in the JUnit source. I just downloaded junit-4.0. Is junit.swingui part of an version or something? I...
2 Jun 19, 2006
12:32 am

David Saff
dsaff
Send Email

Hi all, currently i try to substitute for the junit3.x gui. to this end i have to implement org.junit.runner.notification.RunListener I think it would be...
4 Jun 18, 2006
8:01 pm

Ernst Reissner
rei3ner
Send Email

Hi I have Eclipse 3.1 installed in my windows XP PC. I tried to add Junit.Jar file using the following method given in the site ...
7 Jun 17, 2006
5:37 pm

David Saff
dsaff
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