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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

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

I work with J2se 5.0, eclipse 3.2. Problem the methods: @org.junit.BeforeClass public void InitTest() { System.out.println("ESTO AL Inicio DEL TEST"); } ...
6 Jun 1, 2007
7:59 am

James Abley
taboozizi
Send Email

I'm having some problems with it. I'm using JUnit 4 style of writing tests, with annotations. But somehow, when i try to create a testSuite, the GUI doesn't...
2 May 29, 2007
8:28 pm

patrickk79
Send Email

Hi. Usually I invoke junit 4.1 tests in ant by invoking java directly. However, I would like to leverage the xml and html formats that available if I use the...
4 May 26, 2007
3:33 pm

j_cumps
Send Email

Hello, I'm writing my first JUnit 4.x-style parameterized test case, using a tutorial by Ralf Stuckert ...
3 May 25, 2007
9:21 pm

jason r tibbetts
tibbettj_at_...
Send Email

Hi - This is my first post and I'm new to JUnit so hopefully this is the right place. I'm trying to create a junitreport from output from the eclipse test...
1 May 23, 2007
7:40 pm

madmoguler
Send Email

Hi, I am new to the junit test cases.please clearify me doubts. I am getting line separators error in my test cases.We are using axis,hibernate and junit.In...
3 May 23, 2007
2:30 pm

thanuja lakshmi
p_thanuja82
Send Email

Hi all, I'm looking to use a Mock framework. I was using a home-grown one with a previous employer, but that isn't (yet - I'm hopeful!) open-sourced /...
11 May 22, 2007
12:18 pm

Paul King
paulk@...
Send Email

Hi, I am new to junit test cases.We have to test all the classes and method.It's enough to test the db connection,the class which we are passing the input...
4 May 22, 2007
11:39 am

thanuja lakshmi
p_thanuja82
Send Email

Hi, heaving read an article on test categorization (http://www- 128.ibm.com/developerworks/java/library/j-cq10316/index.html?ca=drs-), I want to implement some...
3 May 19, 2007
1:43 am

kevin_peter_wong10
kevin_peter_...
Send Email

Hi, I have received a Eclipse project from my officemate, including junit test classes. I have created a project in my Linux Eclipse and copied everything into...
2 May 16, 2007
3:26 pm

David Saff
dsaff
Send Email

I have created a class that literally inherits other classes. This new class is specifically written to read my new XML nodes that I have introduced in the new...
3 May 14, 2007
3:27 pm

Andrew McDonagh
andy_ipaccess
Send Email

Hi, I am into manual testing.I am new to JUnit.Kindly guide me that what kind of knowledge is reqd before starting it. Regards Aditya Sinha. ... Office...
3 May 12, 2007
3:24 pm

Mike Bria
bria526
Send Email

A while back - just for fun - I took a pretty bad pun on Seinfeld's "Festivus"; a bit too far and blogged about "Testivus - Unit testing for the rest of us": ...
8 May 11, 2007
10:24 pm

J. B. Rainsberger
nails762
Send Email

I read in the FAQ about testing abstract classes, but I do not understand the example given in the link the FAQ refers to. When I e.g. make the test class...
12 Dec 30, 2007
4:50 am

Simon Chappell
spchappell
Send Email

I read the article via the FAQ's about how to test protected/private methods with JUnit, and it works fine for non-inherited methods. But how should i test...
6 May 11, 2007
8:30 am

J. B. Rainsberger
nails762
Send Email

I am still new trying to design a test case whereby my class file can read this xml file and come out with the necessary results / scenario. Sorry, but I am...
2 May 11, 2007
8:28 am

J. B. Rainsberger
nails762
Send Email

At long last I'm giving a tutorial on test driven development on Wednesday and am looking for some interesting examples to demo test driven development. In...
3 May 11, 2007
8:14 am

J. B. Rainsberger
nails762
Send Email

Hi, I am doing junit testing using build.xml and ant. Within build.xml, there are several targets. If I test individual target, all pass ... I believe it fails...
6 May 11, 2007
8:12 am

J. B. Rainsberger
nails762
Send Email

A first-cut definition for the "Automated Method Testing" pattern utilizes the "Core J2EE Patterns" format. If you have not been exposed to AMT - I'd...
4 May 4, 2007
11:59 am

Marvin D. Toll
y153446
Send Email

... Me too. ... I went that way first. So for now at least, I'm sticking with JUnit3....
1 May 4, 2007
4:11 am

Thomas L Roche
tlroche
Send Email

Hello everybody, Is it possible to customize the output reports from tests running with @RunWith(value=Parameterized.class) For example instead of [0], [1]...
7 May 2, 2007
6:16 pm

David Saff
dsaff
Send Email

Does anyone know of the existence of a JavaBean Tester? Basically something that extends TestCase, takes a JavaBean and using reflection tests the getter and...
6 May 1, 2007
2:13 pm

Marvin Toll
y153446
Send Email

I have a question about designing JUnit tests. I have some common setup and teardown tasks that are shared amongst several test classes. For example I read...
2 Apr 26, 2007
7:29 pm

Stephen Smith
steve@...
Send Email

My apologies if you've already received this as a member of another Yahoo group. What: Diaspar Software is proud to present the fourth installment of the XP...
1 Apr 25, 2007
12:55 pm

nkhanna_01
Send Email

Hi All, I have started junit4.3 for API testing and want to know some good bookson Junit 4.+ explaining the arcitechture of Junit, use of Junit and using Junit...
4 Apr 24, 2007
7:53 am

Lasse Koskela
lassekoskela
Send Email

Devda, Sorry for the late reply. You're right--JUnit adds all the tests to a suite, and then executes them. Can you give more details why you'd like to avoid...
1 Apr 16, 2007
5:59 pm

David Saff
dsaff
Send Email

All, A good chunk of the development work among committers on the JUnit project these days is done by pair-programming remotely. The problem is that most of...
14 Apr 16, 2007
11:25 am

David Saff
dsaff
Send Email

Hi I'm just exploring JUnit4 for our project. What we like to do is to distinguish between integration tests, unit tests and database tests. Therefor I'm using...
4 Apr 13, 2007
1:48 pm

matthiasluebken
Send Email

hi i run this code in eclipse, but seem like it doesn't work. //test weather Exception throw @Test (expected = FileNotFoundException.class) public void...
5 Apr 13, 2007
12:03 am

J. B. Rainsberger
nails762
Send Email

Hi All, I am using JUnit 4. I noticed an intersting behavior: Have two classes: ======================== public class BaseCalculatorTest { @Test public void...
2 Apr 12, 2007
8:53 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