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

Does anyone know if there is a copyright statement for JUnit? I was not aware of any and have been unable to find one, but I need to double check. Thanks!...
3 Sep 30, 2011
4:09 am

ptendick1
Send Email

Hi list, I'm embarking on a pretty monumental JUnit test writing journey as part of a larger vision of improving code integrity as well as expanding our...
4 Sep 29, 2011
6:50 pm

lewismc2
Send Email

Hi Everyone, I have a simple question: I have downloaded the source of JUnit and I would love to learn how the structure was designed and how the execution...
3 Sep 27, 2011
2:59 pm

mdankan
Send Email

Hi, I need to use htmlunit in my company and looking to have a start on this.. I have already downloaded html unit but I am not sure how can i get it running.....
2 Sep 26, 2011
4:42 pm

David Saff
dsaff
Send Email

All, I've pushed the first snapshot beta version of JUnit 4.10 to sonatype. Many thanks to a bright constellation of contributors. Perhaps most notably, this...
2 Sep 26, 2011
2:20 pm

Neale Upstone
nealeu
Send Email

Hi! I am trying to execute JUnit tests from Eclipse running on Windows Vista, and I am receiving message: Cannot run program "C:\Program Files...
2 Sep 25, 2011
7:15 pm

sschroev
Send Email

Currently the Result class simply ignores testAssumptionFailure. The corresponding method is empty and there's a comment: // do nothing: same as passing (for...
9 Sep 22, 2011
1:36 pm

David Saff
dsaff
Send Email
3 Sep 21, 2011
7:22 pm

Michael Hill
uly562000
Send Email

All, I think this thread got buried in a valuable schooling about maven etiquette to me. However, I'm still curious to know... I think we're ready to cut a...
3 Sep 21, 2011
7:16 pm

sschroev
Send Email

Today I saw that the AssumptionTest is (still) part of the org.junit.tests.experimental package. Although this seems to be the wrong package, I cannot find out...
2 Sep 19, 2011
7:16 pm

David Saff
dsaff
Send Email

Hello, everyone. We're happy to announce the release of JUnit 4.9. This release's theme is Test-class and suite level Rules. More information linked from ...
33 Sep 19, 2011
2:28 pm

David Saff
dsaff
Send Email

All, I think we're ready to cut a 4.10 beta 1 release from head, including a raft of bug fixes, most notably the fix in the contents of junit-dep as released...
6 Sep 16, 2011
7:24 pm

David Saff
dsaff
Send Email

Note: I have also posted this to junit-devel@... but I think that wider input could be beneficial Consider the case where you are testing a...
13 Sep 16, 2011
2:41 pm

Cédric Beust â...
cbeust
Send Email

All, For a brief time, I was trying to maintain two different code branches, 4.9.1 with bug fixes, and 4.10 with new feature work. I now believe that was...
1 Sep 13, 2011
8:56 pm

David Saff
dsaff
Send Email

All, To date, we've kept two pieces of documentary metadata along with JUnit: acknowledgements.txt and ReleaseNotes files. In order: 1) acknowledgements.txt...
3 Sep 9, 2011
11:14 pm

Stefan Birkner
stefan.birkner
Send Email

In JUnit pre-4.9, MethodRule#apply() supplied the FrameworkMethod and the target object (the instance of the test class currently executing). This allowed such...
7 Sep 8, 2011
12:55 am

Alistair Israel
aisrael
Send Email

I am a researcher at Beijing Institute of Technology. For my research in tests¡¯fixing, I want to run existing test cases and record the track (the path and...
3 Aug 28, 2011
10:33 pm

Peter DeLuca
delucap51
Send Email

All, Due to issues with github that I'm still working out, the "latest JavaDoc" link from junit.org is broken. Hopefully this will only take 24 hours or less....
3 Aug 25, 2011
2:16 am

kkamasiani amasianikk
kkamasiani
Send Email

Hi, I am not sure if this was noticed (I have not seen any related post in this forum yet), but it seems that the order of execution of testXYZ methods in a ...
8 Aug 23, 2011
6:30 pm

Kevin Cooney
kevincooney2000
Send Email

Occasionally I come across the need to perform assertions from separate threads that are created during the course of a unit test. Typically, assertions...
3 Aug 19, 2011
6:57 pm

jonathan_halterman
jonathan_hal...
Send Email

Hey I am trying to ignore tests from a MethodRule but the only way I have found to do that is to use AssumptionViolatedExcption which I don't really like. Is...
1 Aug 18, 2011
9:43 am

Lien, Rune
lienrune
Send Email

I have a situation where I'm using the Parameterized runner in a test class, where some of the tests are parameterized but others are not. Here is the test...
5 Aug 14, 2011
5:47 pm

Esko Luontola
egeluontola
Send Email

I added a method to Privileged accessor that makes it easier to call a function whose arguments are of primitive types. Hope this saves time for someone using ...
1 Aug 12, 2011
7:05 pm

ramondavid.talavera
ramondavid.t...
Send Email

Hello, everyone. We're happy to announce the release of JUnit 4.9b4. This release's theme is Test-class and suite level Rules. This beta release contains a...
1 Aug 12, 2011
5:08 pm

David Saff
dsaff
Send Email

Hello group, As a novice JUnit user (I tried it briefly 5 years ago but never got very far with it), I want to use it for a work project. We code in the ...
3 Aug 12, 2011
5:25 am

Gerard Meszaros
gmkayaker
Send Email

Hi I had some problem joining the mailing list earlier, but thanks to David i am able to post now. In the meantime I did a blog post regarding my concerns and...
1 Aug 9, 2011
1:02 pm

krizzykross
Send Email

Hello, sometimes you care about the order of rules. Therefore I created a RuleChain, which is a rule itself: @Rule public TestRule chain =...
12 Aug 8, 2011
8:08 pm

David Saff
dsaff
Send Email

I am new to JUnit . I am working on the ways to get a output like classname / function name / status / description. I figured that there is no other way to get...
2 Aug 8, 2011
6:32 pm

David Saff
dsaff
Send Email

Good Day. We are starting to use ErrorCollector with our Selenium test. What I wanted to do next was to dump the exception that the test is out putting at the...
2 Aug 5, 2011
5:16 pm

David Saff
dsaff
Send Email

I am very new to JUnit and really want to learn it. So guys, could someone please help me out. I have been to the site junit.org and started with it. So I need...
2 Aug 1, 2011
7:59 am

Malte Finsterwalder
maltefinster...
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