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

OK, I'm stumped. When a test class that loads a DLL is not in a package, it runs successfully. When the test class is put into a package -- as all good...
9 Aug 13, 2003
3:39 am

Mike Clark
clarkware
Send Email

Hi, Any inputs on design of test suites for testing parsers are required. Please guide me. Thanks. Ajay...
4 Aug 12, 2003
1:27 pm

Paolo "Nusco&quo...
paoloperrotta
Send Email

Hi, I am trying to estimate effort for writing a regression test suite based on Junit for an existing system. The method used for estimation is very simple...
8 Aug 11, 2003
5:16 am

Selvakumar Ganesan
webaesthet
Send Email

I would like to know which open source projects use junit. The only one I can think of is Eclipse. If you know of any others, please reply directly to me. I'll...
2 Aug 11, 2003
3:56 am

J. B. Rainsberger
nails762
Send Email

Hi... In my test class, I have an attribute. I init this in setUp() I'm trying to test a method of a class, that modifies my attribute, this attribute is...
2 Aug 11, 2003
3:43 am

J. B. Rainsberger
nails762
Send Email

Dear All I am new for testing a struts application using cactus in tomcat4.0.6. if any body have experience in this area, plz help me. Regards Prabhu ...
1 Aug 9, 2003
4:29 am

prabhu biradar
prabhubir
Send Email

I'm unhappy about the small number of unit tests being written here and would like my colleagues to write more tests. Now I'm considering creating a big...
4 Aug 8, 2003
5:42 pm

J. B. Rainsberger
nails762
Send Email

Everyone: I am looking for opinions on the pro side of using inner classes to test the private parts of a class. Since I don't use the technique myself, I...
17 Aug 8, 2003
2:10 pm

J. B. Rainsberger
nails762
Send Email

hai this is satish i am new to this testing and junit.i have been working with java,j2ee can u suggest me one good book where i can study from the ...
6 Aug 8, 2003
9:49 am

Ilja Preuss
ipreussde
Send Email

Hi, I am a newbie to JUnit and my company uses automatic build to run test cases written in Junit for each java class. But, we are not testing EJBs currently...
5 Aug 8, 2003
3:19 am

Alexander Ananiev
aananiev
Send Email

Hi , I have a general question , and it is more of a design issue. Currently , i am involved in a java project that has 3 people working on. We have somthing...
3 Aug 7, 2003
3:05 am

J. B. Rainsberger
nails762
Send Email

Everyone: I'm trying to quote the "Grandma&#39;s Ham" story as told by Gerald Weinberg, but I can't find it in my copies of his books. This means that either I...
1 Aug 7, 2003
2:43 am

J. B. Rainsberger
nails762
Send Email

Hello, I've search the archives but I can't find a thread that pertains to the topic I'd like to discuss. [I am not saying it isn't there, I just couldn't find...
106 Aug 7, 2003
1:23 am

J. B. Rainsberger
nails762
Send Email

I am wondering what would be the best approach to test an asynch response. For instance I have a simple object Messenger that allows messages to be added....
12 Aug 6, 2003
6:14 pm

J. B. Rainsberger
nails762
Send Email

Everyone: I'm looking for a couple of good examples of legacy code that requires private access to test. Notably: * A class that must provide access to private...
1 Aug 6, 2003
5:43 pm

J. B. Rainsberger
nails762
Send Email

Has anyone come across this problem when intergrating with Ant? I've already sent to the Ant user list but haven't received any feedback :-/ .... I'm not sure...
9 Aug 6, 2003
7:34 am

billy.bacon@...
chubbykidd
Send Email

Dear Members, I whould like to test a class with a main(String[] args) method. Depending on the input argument it executes one thing or the other. The problem...
24 Aug 5, 2003
6:09 am

bernd
berndq@...
Send Email

I use jswat to debug my web apps but can't seem to figure out how I would connect jswat to a unit test since jswat runs off of a port. Any ideas would be ...
1 Aug 4, 2003
11:11 pm

billy.bacon@...
chubbykidd
Send Email

Please help - I am having issues creating JUnit tests in JBuilder 9 personal (I have used JUnit before, but not J2MEUnit and I usually develop using IntelliJ)....
2 Aug 4, 2003
2:41 pm

Ranjeet Sahay
ranjeetsahay
Send Email

I do not know whether this is a duplicated question. I have a program with large number of console output from different source. Basically, I am using...
30 Aug 4, 2003
9:18 am

Ilja Preuss
ipreussde
Send Email

Hi All, I am trying to test my Struts application using ServletTestRunner and CactusStrutsTestCase. Exery time I test my application using this URl ...
1 Aug 4, 2003
3:54 am

prashant_jain@...
prashantjain_77
Send Email

Hi, I would like to unit test JSP's. After going through junit.org I understand that JSP's can be tested either using cactus or HttpUnit. Can you advice me on...
7 Aug 2, 2003
2:32 am

David Boyer
mangr3n
Send Email

All, I've unsubscribed, but keep getting the (hopefully) final few e-mails. If this gets through, so be it... I just can't seem to find a balance with this...
2 Aug 2, 2003
2:20 am

David Boyer
mangr3n
Send Email

Howdy, Is anyone aware of a JUnit extension for internationalization tests? I'm looking for something data-driven along the lines of: for $locale in $locales ...
5 Aug 1, 2003
7:37 pm

Mike Clark
clarkware
Send Email

Hi friends, I have a doubt and I believe that you people can help me. My questions are: 1) Does junit support EJB? 2)Does junit support RMI? 3)I have a method...
2 Aug 1, 2003
3:06 pm

Arun
arunmeg
Send Email

... 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
  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