The Artima Developer Community
Sponsored Link

Java Buzz Forum
JUnit: A critical look

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Angsuman Chakraborty

Posts: 19816
Nickname: angsuman
Registered: Dec, 2003

Angsuman Chakraborty is the CEO and Chief Architect at Taragana
JUnit: A critical look Posted: Aug 11, 2004 4:57 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Angsuman Chakraborty.
Original Post: JUnit: A critical look
Feed Title: Simple Thoughts on Java
Feed URL: http://sedoparking.com/search/registrar.php?domain=®istrar=sedopark
Feed Description: News and views as a Software Architect and Entepreneur on Java and related Technologies.
Latest Java Buzz Posts
Latest Java Buzz Posts by Angsuman Chakraborty
Latest Posts From Simple Thoughts on Java

Advertisement
As a model of XP development (done at a few thousand feet above ground) I was expecting a solid bug free transperant code for JUnit. I noticed few interesting bugs & surprising features in the code. If you want to increase your test count (possibly for your manager who checks the tests written or for your customer) by a factor x (without actually performing the tests) then just override the default implementation of countTestCases() to return x. The documentation says "Counts the number of test cases executed by run(TestResult result)". However in reality it always returns 1. If you have 10 test cases ...

Read: JUnit: A critical look

Topic: Windows Search. Copy Lookout? Previous Topic   Next Topic Topic: Good news for Java Thinlet Developers: double and half

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use