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: 31223
  • Category: Java
  • Founded: Nov 6, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

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

... Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! [Non-text portions of this message have been removed]...
1 Aug 1, 2003
3:05 pm

javacian j
javafundas03
Send Email

I have been combing through Eclipse docs and configuration files, etc. but to no avail. Does anyone out there know how to add a context menu item to an active...
5 Aug 1, 2003
8:45 am

bernd
berndq@...
Send Email

Hello every one. !!! Pls help me. i want to run the same testcase with 20 different set of values of an arg that gives me 20 unique results. I don't want to...
11 Aug 1, 2003
12:16 am

J. B. Rainsberger
nails762
Send Email

Hi I'm trying to test a newly developed app using HttpUnit. On the page there is a Dropdown list, once selected causes the page to submit to the server...
1 Jul 31, 2003
11:56 pm

barry1roe
Send Email

Hello, I've downloaded JMTUnit and trying to run the built in test. (I have not made any changes to the program - it is all from the JUnit site) The program...
1 Jul 30, 2003
9:19 pm

Jangirov, Lilya
ok_lilya
Send Email

Hi all, I have a simple question about arranging related tests inside a test case: - Let`s say I have three tests that in some way depend on each other: for...
6 Jul 30, 2003
9:17 pm

Shane Celis
shane@...
Send Email

I've almost got one of my team members convinced of the benefits of TDD vs. traditional development. The rest of the team has zero interest in it. But if I...
4 Jul 30, 2003
9:17 pm

alou1new
Send Email

Hello, all. This post isn't necessarily JUnit related, but it is very unit-testing related. With our legacy mainframe system, it is not possible to add or ...
7 Jul 30, 2003
5:31 pm

Ostermueller, Erik
eostermueller
Send Email

I can't see this on the mailing list, did it not get there? Adam ... From: Adam Jack [mailto:ajack@...] Sent: Tuesday, July 29, 2003 3:46 PM To:...
1 Jul 30, 2003
4:53 pm

Adam Jack
arb_jack
Send Email

... The unexpected birth of six bunnies last night made it impossible for me to do this last night. I'll try again today. :) Two litters of rabbits in three...
2 Jul 29, 2003
7:38 pm

jxingtang
Send Email

Hello, When trying to run the built in testcase, why are there users that exit due to exception? Here is the complete output: Creating 3 Worker threads... ...
1 Jul 29, 2003
7:33 pm

ok_lilya
Send Email

Hello, I've downloaded JMTUnit and trying to run the built in test. (I have not made any changes to the program - it is all from the JUnit site) The program...
1 Jul 29, 2003
7:33 pm

ok_lilya
Send Email

Hello Java Testing Experts, Here's a Java and JXTA based P2P Instant Messenger for LAN. The community edition (ZIM-Basic) is available for free download and...
1 Jul 29, 2003
7:32 am

ZudhaTechies
rajbatam
Send Email

I'd be interested in people's thoughts on the easiest/best way to do this. Basically, we have a bunch of JUnit tests that check SQL "SELECT" statements that...
5 Jul 28, 2003
8:47 pm

Gregory M. Kapfhammer
gregorykapfh...
Send Email

I am confused of how to test (or simulate) a crashing client? this is my code for this: public void testXXXX() { ...
1 Jul 28, 2003
4:41 pm

jose4nz
Send Email

I have a program to setup quite a few private member variables during initialization. Particular, it extracts command line arguments passed to the main method....
29 Jul 28, 2003
4:41 pm

Steve Freeman
smg_freeman
Send Email

Hi, I'd like to propose a fix for JUnit test class reloading. The proposed fix is a Java 2 custom ClassLoader that loads test classes from its own classpath...
5 Jul 28, 2003
2:48 pm

Stirling, Scott
stirlingdev
Send Email

Hi all We've a couple of places where we have threads waiting for eachother using java's wait() and notify() design. In general it worked fine. However every ...
3 Jul 28, 2003
10:46 am

Luca Sfarzo
luca.sfarzo@...
Send Email

Hi, I recently added the tag that creates reports in XML and text format for generating junitreports. Unfortunately, our tests hang when we do that with the...
13 Jul 25, 2003
11:03 pm

Paul Zabelin
paul_zabelin
Send Email

Hi all, I read a few posts about how to test mutli threaded applications, however my case is a bit different. I have an application that when started does some...
2 Jul 25, 2003
8:34 pm

Bob Koss
koss@...
Send Email

Hi guys, I would like to use the JUnit mascot (the green frog) on the back cover of my JUnit in Action book (see attached). I'm not sure who owns it and who I...
2 Jul 25, 2003
8:15 pm

J. B. Rainsberger
nails762
Send Email

Hi folks, I'm trying to collect some info about the most common JVM-level performance problems that affect Java apps. I'd really appreciate if you could take a...
1 Jul 25, 2003
4:33 pm

jbencken
Send Email

Hi friends, I do not know how to write a test case for this kind of situations like Public void createFile() { File file = new File(“File path”); } public...
4 Jul 24, 2003
6:14 pm

J. B. Rainsberger
nails762
Send Email

Hi ! Just wanted to inform that Octopus 2.1 Final is now released. This DB-Extraction/Transformation/Loading tool supports Junit to setup databases for...
1 Jul 24, 2003
3:33 pm

Madl Alfred
alfred_madl
Send Email

... That's why we started mocking up Dynamo components. In some ways, the Nucleus is very amenable to writing mock-based unit tests given that it's all about...
2 Jul 23, 2003
6:26 pm

ranjan_chakrab
Send Email

Hello, I am trying to use JUnit to perform unit testing of ATG Dynamo Droplets and Form Handlers. Please let me know if there are any documents/ papers that...
1 Jul 23, 2003
6:26 pm

ranjan_chakrab
Send Email

Hello Everyone !!!! I have just started using junit for writing test cases before that i was using jacl + tcl. i use swingui TestRunner to run the test. So is...
1 Jul 23, 2003
6:26 pm

suyash jain
suyash_says
Send Email

First, some background: I'm fairly new to unit testing, but I'm very much interested in it. I've begun to understand the basics of it, but I'm about to start ...
6 Jul 23, 2003
3:56 pm

malvoisin
Send Email

Hi, I have a need to spawn a server and multiple clients in different VM's because of singleton use of a library that each client uses which limits me to this...
7 Jul 23, 2003
2:52 pm

korosh_afshar
Send Email

What's the "best practice" for collecting junit tests and running them within an ant build? I definitely don't want to hand-create a suite, and I'd prefer to...
6 Jul 23, 2003
2:37 pm

J. B. Rainsberger
nails762
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