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...
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 All, I have a doubt in report generation using ANT tool from the Suite execution result in JUnit. So anybody please help me in this problem... ... Share...
2 Feb 1, 2008
4:16 pm

j_cumps
Send Email

Hi All, I am new to this group. I have some doubts in JUnit TestSuite creation and execution. For eg:- 1. I have a classs file named Calculator.java 2. And I...
3 Jan 30, 2008
1:58 pm

pankaj khare
pankaj_0405
Send Email

= How do you test Java EE 5 applications = I've researched several JUnit extensions without finding any I like. How do you test your EJB components? = One...
8 Jan 30, 2008
10:31 am

Nat Pryce
nat_pryce
Send Email

easymock is specially used for inteface. any other mock object for classes ? -- View this message in context:...
4 Jan 28, 2008
2:31 pm

David Peterson
dpeterson72
Send Email

Hi, I am an MBA student at the University of Liverpool and am conducting a study into the benefits that software organizations gain by actively practicing unit...
1 Jan 27, 2008
1:43 am

arturhildebrandt
arturhildebr...
Send Email

http://www.ibm.com/developerworks/java/library/j-cq08296/ For those of you interested. Regards Vyas, Anirudh...
1 Jan 26, 2008
5:18 pm

Anirudh Vyas
anirudhvyas010
Send Email

I've released a new version of the Concordion acceptance testing framework to support JUnit 4.4. Example: HTML: <html...
1 Jan 26, 2008
5:18 pm

dpeterson72
Send Email

Since our switch to JDK 1.6 we experience strange behaviour of JUnit on RedHat (But not on Solaris, Suse or any of the Windows machines). ... Date: Fri Jan 18...
2 Jan 19, 2008
4:17 pm

Joakim Ohlrogge
j0hlrogge
Send Email

Hi All, A separate group is created to discuss about DSDM as one of the Agile methods. You can join the group at:...
1 Jan 19, 2008
12:21 am

Ajay Jadhav
ajayjadhav
Send Email

Hi, I'm aware that this issue is eclipse specific and only indirectly related to JUnit but I thought there might be someone lurking on this list that has run...
1 Jan 16, 2008
9:22 pm

Joakim Ohlrogge
j0hlrogge
Send Email

Hello JUnit community, 1) Do I break the basic JUnit rule of class isolation if I do NOT isolate a class from its collaborators that have already been tested? ...
11 Jan 16, 2008
1:40 am

Nat Pryce
nat_pryce
Send Email

how to write junit test case of method which are return Set or List. code of methods // for test public Set getPredecessors() { if (this.predecessors != null) ...
4 Jan 15, 2008
6:44 pm

PankajKHARE
pankaj_0405
Send Email

how to write junit test case of method which are return Set or List. for Example public Set getXXX(); -- View this message in context:...
3 Jan 15, 2008
10:59 am

Nat Pryce
nat_pryce
Send Email

I have thousands of JUnit tests in my system. Which of the following two approaches will lead to consumption of lesser memory (if any difference exists) and...
2 Jan 13, 2008
11:42 am

Vijay
vijay_nathani
Send Email

My .bash_profile adds junit.jar to the classpath. However, my IDE says JUnit isn't found when I try to import the package. When I compile and run WhichJUnit,...
4 Jan 11, 2008
11:08 am

Frisco Del Rosario
cattekin
Send Email

Hello Guys, I am a JUnit-newbie and I would like to test compareTo() for an object from my domain-model. I found a helper class called ComparabilityTestCase in...
1 Jan 10, 2008
5:43 pm

Csaba Szucs
csabcsi.szucs
Send Email

Hi All I am pankaj khare.i am new for junit.i am using easymock for unit testing. i did not get success. i am attaching my folder in which 3 classes are there ...
5 Jan 9, 2008
9:04 am

pankaj khare
pankaj_0405
Send Email

I'm using Eclipse 3.3 with JUnit 4.4. In the olden days, with Eclipse 3.0 and JUnit 3.8, I could select a single test method in the Outline view and run just...
11 Jan 8, 2008
5:36 pm

Bradley, Todd
todd404
Send Email

Interesting essay on something called pair-wise testing <http://www.stickyminds.com/sitewide.asp?Function=edetail&ObjectType=ART\ &ObjectId=8581> and...
1 Jan 8, 2008
4:18 pm

Mike Foley
mike_foley_0...
Send Email

All, I am trying to run a junit task in a build.xml using ANT veersion 1.5 and java version jrockit-jdk1.5.0_06/jre My ant target as seen in build.xml is as...
2 Jan 4, 2008
10:37 am

Srinivasan TK
tksri2000
Send Email

I am new to junit. I downloaded zip file and cannot get the command: java -cp junit.jar junit,swingui.TestRunner I am following instructions from boob "Agile...
6 Jan 3, 2008
6:50 am

Mark Salter
mark_l_salter
Send Email

Hi all, I've been stuck with a problem, when i'm unit testing my code. My problem is that i've a really huge method,which calls several small methods ( methods...
9 Dec 24, 2007
4:41 pm

Andrew McDonagh
andy_ipaccess
Send Email

Hello, I am able to run a test case from EClipse GUI without any problem but it failed to run from ant junit task. I am using EClipse 3.3, Junit 4.4 and Ant...
2 Dec 14, 2007
8:48 pm

Ilja Preuss
ipreussde
Send Email

Hi all, I've got this problem when I run a test that uses a specific class contained in a sealed jar: java.lang.SecurityException: sealing violation: can't...
1 Dec 13, 2007
2:17 pm

Danniel
nightshiftmud
Send Email

Hello, I'm fairly new to JUnit/DBUnit and wanted to make sure the following results really do indicate success. The testrun results on the first line look...
2 Dec 14, 2007
2:09 am

jjrancourt
Send Email

Hi, I would like to know which automatic JUnit test generators you know. My purpose is to compare them [results,benefits,lacks] against traditional...
2 Dec 13, 2007
4:16 pm

albsavoia
Send Email

Hi, I have a question about techniques or approaches for testing data. I don't want to test all "data", I want to test a subset of all data...specifically...
5 Dec 18, 2007
3:05 pm

Mike Foley
mike_foley_0...
Send Email

If you are just a measly developer, please stop reading here and get back to work. This post is for the hard and conscientious workers who achieved the rank...
2 Dec 12, 2007
7:03 pm

Lothar Kimmeringer
kimmerin_job
Send Email

Hi everyone, I'm currently working on a test management application which aims to provide a common, simple to use GUI to execute tests on a multitude of test...
3 Dec 21, 2007
1:38 am

bty906759
Send Email

Hi, I'm having a problem using a test suite with several test cases. One of the TestCases has a @Before method, and multiple @Test methods. The problem is that...
3 Dec 7, 2007
1:16 am

simao_mata
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