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

Is there any way i can override AssertEquals? My intention is to compare 2 Arraylists for similarity of its contents....
21 May 12, 2004
11:14 pm

J. B. Rainsberger
nails762
Send Email

Hi everybody, I'd like to download JUnitFAQ.txt from the File section, but it seems there's something not working properly (dangling reference?!). Is there...
3 May 12, 2004
10:52 pm

francesco_xplabs
francesco_xp...
Send Email

Hi all, class MyClass has 3 constructors, all of which call the same private method __internalconstructor(p1,p2,p3,p4); Since __internalconstructor is critical...
3 May 12, 2004
5:57 pm

J. B. Rainsberger
nails762
Send Email

Hi, I have imported junit source to VA4 and I can execute sample tests. Now I would like to be able to invoke TestRunner by right mouse-click over a class. I...
3 May 10, 2004
9:45 pm

Danijel Arsenovski
darsenovski@...
Send Email

Hi This is regarding the JUnit Test classes Is there any guidline available for How many test classes/test methods one should write for Testing methods For EG ...
4 May 10, 2004
9:05 pm

Scott Vachalek
svachalek
Send Email

Hi all, I am looking for a an older version of junit for a school project.To test a application i have developed.any lead would help. thanks, Shah...
2 May 10, 2004
6:00 am

Vladimir Ritz Bossicard
vbossica
Send Email

How can I generate JUnit reports, WITHOUT using ANT? I want to generate it at the runtime in my Web Application. Thanks, Sumit...
2 May 7, 2004
10:15 pm

J. B. Rainsberger
nails762
Send Email

Hey all, I am new to JUnit can ayone tell me where to look for basics of JUnit othe than JUnit.org like some books to refer etc. Thank you....
2 May 7, 2004
9:52 pm

J. B. Rainsberger
nails762
Send Email

Hello: I am wondering if anyone has Junit with a TopLink-enabled application? Our EJBs are fully intertwined with TopLink, and I'm not quite sure how this...
2 May 7, 2004
9:48 pm

J. B. Rainsberger
nails762
Send Email

Guys, Id like to offer these 3 classes for submission. They provide an Interface to implement multiple similar tests. I found them very useful when testing a...
4 May 7, 2004
8:47 pm

Andrew Wilson
anewilson
Send Email

Dear All, How to test JunitTestcase without returning any return value such as String,object or boolean. java code: public void Option() { } doesn't return any...
5 May 4, 2004
5:55 pm

J. B. Rainsberger
nails762
Send Email

Could someone please give a quick overview of the purpose of this class? Specifically the testWrongException method? Thanks for your feedback...
2 May 4, 2004
5:54 pm

J. B. Rainsberger
nails762
Send Email

Tom Roche Wed Feb 11 2004 5:46 am ("fighting the anti-test-infection") ... Tom Roche Fri 30 Apr 2004 16:12:43 -0400 ... Tom Roche Sunday, May 2, 2004, at...
4 May 4, 2004
5:25 pm

J. B. Rainsberger
nails762
Send Email

If you define an interface, what is the best strategy to test all implementing classes. Of course, you will create a specific test class that will test every...
4 May 4, 2004
5:17 pm

J. B. Rainsberger
nails762
Send Email

... Oh yes, I fully agree. It's very effective. It just leaves certain common kinds of holes. Ron Jeffries www.XProgramming.com No one expects the Spanish...
2 May 3, 2004
2:50 pm

J. B. Rainsberger
nails762
Send Email

James Cheesman Fri, 30 Apr 2004 09:09:43 +0200 ... You're wrong: separation (e.g. MVC) is at best part of the solution. It is better to *actually* test, i.e....
4 May 3, 2004
2:38 pm

James Cheesman
jdcheesman
Send Email

Hi all, How to write Junit testcase for this Java code: * @param opt the name of the option * @return the type of this <code>Option</code> public Object...
2 May 1, 2004
6:33 pm

J. B. Rainsberger
nails762
Send Email

HI! I've used search :) Here is a point. Let say I need to do 2 tests; In test1 i insert some data into clients table. And in test2 I need to insert data into...
2 May 1, 2004
3:43 pm

J. B. Rainsberger
nails762
Send Email

Just to follow up on a previous post, this just in from abbot-users@..., users@...:...
1 Apr 30, 2004
10:04 pm

Thomas L Roche
tlroche
Send Email

Hi, I have an unit of code which show a message when any error happens. Then the user needs to click ok to make the message disapears. I'd like to automatize...
8 Apr 30, 2004
9:20 pm

James Cheesman
jdcheesman
Send Email

Hi All, I am running my JUnit Tests for my Web Application (deployed on Weblogic8) through JSP. Whenever I have to test some stuff, I simply call my "Test.jsp";...
1 Apr 30, 2004
9:20 pm

sumit
sbgc
Send Email

... Not only are folks using it (see http://sourceforge.net/forum/?group_id=50939 http://sourceforge.net/mail/?group_id=50939 ) but folks are extending it (not...
1 Apr 30, 2004
4:56 pm

Thomas L Roche
tlroche
Send Email

hello all hi i'm jagdish n i'm new to java development so dont get annoyed if i'm asking something silly The Prob : I have a swing based GUI class called...
4 Apr 29, 2004
7:14 pm

Timothy Wall
twall@...
Send Email

I have a problem in setting up a TestSuite that runs the setUp function only once because all the test cases use the same data from a file. The global objects...
1 Apr 28, 2004
11:06 pm

macsharksg
Send Email

I am trying to learn JAVA coding with Eclipse and JUnit. I have started with a couple of small example projects. I must have created some installation or...
9 Apr 28, 2004
11:05 pm

Clark I Anderson
ciagetjob
Send Email

Hi all, On behalf of the new comers of the group, I'll be pleased if the members can share the tutorials on Junit and eclipse. Any links or websites can even...
3 Apr 27, 2004
1:08 pm

Jason Rogers
jacaetev
Send Email

What are the steps I need to do to use JUnit Extensions in Eclipse ? public class Thowing extends ExceptionTestCase { } Thanks,...
5 Apr 27, 2004
10:44 am

Chris Dollin
anover_alias
Send Email

generally speaking, which is preferred: a) protected void tearDown() throws Exception { // tear down your fixture here... super.tearDown(); } or b) protected...
6 Apr 27, 2004
12:18 am

Curt Sampson
cjstokyo
Send Email

Greetings, I am new to junit and this group. I wrote a test ( code follows ) using XMLEncoder ( hence JVM >= 1.4 ) that bombs w/ StackOverflowException...
3 Apr 24, 2004
12:56 pm

S. T. Pimienta
stpimienta@...
Send Email

Hi All, I have searched for infor on this and found nothing (or I am looking in the wrong places). Here is a snippet from my test class: <snip> public static...
4 Apr 23, 2004
9:49 pm

David Plass
dplass
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