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...
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, I'm writing a test whose purpose is to make sure that a Hashtable contains a certain set of keys. Basically, the test will make sure that someone filling ...
10 Sep 6, 2001
4:10 pm

Laurent Duperval
lduperval@...
Send Email

Hello. I have been using junit successfully for several weeks, but have only been able to run tests which I locate directly below junit itself. I'm tired of...
1 Sep 6, 2001
3:48 pm

donkeyjote@...
Send Email

... No, it's not that. If JBuilder's compiler flipped the static bit on a method as would be necessary for this problem to occur, then there would be horrible...
1 Sep 6, 2001
2:26 pm

Steven Morgan
xerafin@...
Send Email

Pankaj I know nothing about AS/400, so this may or may not apply. Assuming you have a conversion object (EBCDIC -> ASCII or vice versa), you could do something...
1 Sep 6, 2001
2:15 pm

Jason Rogers
jason.rogers@...
Send Email

I downloaded junit3.7.zip from Sourceforge, unzipped it, and put the junit.jar file in my CLASSPATH. But I got errors when I tried to compile code with the new...
2 Sep 6, 2001
2:06 pm

Pankaj Solanki
psolanki@...
Send Email

Hi, Whether anybody knows how to write test cases and test script for conversion of EBCDIC to ASCII and ASCII to EBCDIC for AS/400 using JUnit3.7 tool ? Plz...
1 Sep 6, 2001
1:59 pm

Pankaj Solanki
psolanki@...
Send Email

Hello, Was wondering if there exists a JUnit extension that allows JUnit to run tests every x minutes (every eg 30 minutes). Preferable this would run in a...
6 Sep 6, 2001
1:56 pm

LECLUSE Dirk (BMB)
dirk.lecluse@...
Send Email

3.7 seems to give you a stacktrace on failed asserts, where as 3.6 does not. Is there a way to get the old behavior back?...
1 Sep 5, 2001
11:43 pm

David Corbin
dcorbin@...
Send Email

Can anyone tell me what is with this error? I'm an old C++ programmer but a newbie to jUnit and Java. My classpath appears to be correct. The complete error...
3 Sep 5, 2001
7:33 pm

Jeff Taylor
jeff@...
Send Email

... JTS ... required". ... database ... Actually, in the terminology of transaction services, nested transactions *are* subtransactions. What was being...
1 Sep 5, 2001
12:17 pm

Steven Morgan
xerafin@...
Send Email

I've run into a problem referenced several time here on the mailing list, but the work around doesn't seem to do anything for me. I extracted...
5 Sep 5, 2001
11:14 am

David Corbin
dcorbin@...
Send Email

We work with SessionBeans and would like to use tests with JUnit. Is it possible? What the best form? Thanks, Vinícius Pinheiro ...
3 Sep 5, 2001
8:13 am

Vincent Massol
vmassol@...
Send Email

First, on the Map v. HashMap v. Hashtable issue, let me say that I agree with the existing replies. Let me add, however, that one should code to the Map...
1 Sep 5, 2001
2:34 am

J. B. Rainsberger
jbrains762@...
Send Email

... subtransaction-aware ... you're totally right ! As i've dived into several specification documents (not comments about them), i've discovered that OTS...
1 Sep 4, 2001
3:39 pm

Bruce Vinchon
bruce.vinchon@...
Send Email

I am looking for others who are teaching classes on the use of JUnit, Ant and Cactus. I would appreciated any information you can provide me on organizations...
2 Sep 4, 2001
2:21 pm

Jason Rogers
jason.rogers@...
Send Email

... nested ... Sounds ... or ... OTS subtransactions are very different from top-level transactions. Resources are not consulted and no two-phase commit...
1 Sep 4, 2001
1:17 pm

Steven Morgan
xerafin@...
Send Email

Hi all, I am a newcomer to testing world.I will be using JUnit3.7 tool for unit testing. At present my assignment is to write unit test release procedure. Will...
2 Sep 4, 2001
2:19 am

Eric Vought
evought@...
Send Email

A while ago I had an email conversation with Bruce Vinchon regarding database testing. I said I'd mention something we discussed on this mailing list so here...
4 Sep 3, 2001
12:10 pm

Bruce Vinchon
bruce.vinchon@...
Send Email

... No. What you'd like to do has nothing to do with JUnit. Unless using a UI-based test runner is important to you, simply find any software that can schedule...
2 Sep 2, 2001
7:44 am

LECLUSE Dirk (BMB)
dirk.lecluse@...
Send Email

Hi, I am using jakarta ant version 1.3 with junit 3.7. I have an ant task as defined. <target name="runtests"> <junit fork="no" printsummary="yes"> <formatter...
1 Aug 31, 2001
3:06 am

Sng Wee Jim
weejim@...
Send Email
2 Aug 30, 2001
10:40 am

Ajith Ittan
ajith_ittan@...
Send Email

Hi! In my tests, I'm modifying a value in a HashMap and then making sure the value has indeed been modified. If I use "assertSame&quot; the test fails, but if I use...
3 Aug 29, 2001
3:47 pm

david mccafferty
mctaff@...
Send Email

Hi there, I'm trying to use HTTPUnit to setup some client side tests. In particular I want to use it to test the presence/absence of certain elements on the...
1 Aug 29, 2001
2:56 pm

Peter McEvoy
pmcevoy@...
Send Email

Hi there! I have heard about CppUnit or something like that: a testing framework written in C++ to test C++ programs ! Does it exist ? Where can I download it...
2 Aug 29, 2001
1:40 pm

David Roussel
dir@...
Send Email

Hi How does one test the functionality of Web-sites,like Submit buttons ? When I do a submit,I want to make sure that the next page is displayed correctly. ...
2 Aug 29, 2001
1:24 pm

John Stetic
johns@...
Send Email

I'm evaluating using Junit++ for some of our testing tasks, and I have run into a problem. I have a ConfigurableTestCase that works fine when I run it by it's...
1 Aug 29, 2001
1:12 pm

John Stetic
johns@...
Send Email

I am trying to use JUnit to test a method which calls Class.forName("myClassName") however I get a ClassNotFoundException from this line of code, which works...
26 Aug 28, 2001
8:42 pm

emeade@...
Send Email

Can I test Swing UI and Applets using Httpunit or Junit ? Thanks Anand...
4 Aug 28, 2001
5:04 pm

Shane Duan
sduan@...
Send Email

I'm currently compiling a list of open source and commercial software for unit testing (and support) in Java. The current contents: - JUnit and all extensions...
3 Aug 27, 2001
10:45 am

Vitezslav Stejskal
vitezslav.stejskal@...
Send Email

The JUnitTest Infected article alludes to using anonymous inner classes for running single tests. I can't get this to work. I don't understand where to put...
4 Aug 24, 2001
6:36 pm

Johannes Link
john.link@...
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