junit

My Unit Tests Are Purer Than Yours

There is a hot debate on my project about whether or not our JUnit tests are pure unit tests. What the heck does that mean, pure unit tests? Our tests are...

8 replies - 1865 views - 07/02/08 by haxrchick in Articles

Using Logs in Unit Tests

Have you found yourself needing to look at log messages from inside a unit test?

6 replies - 2127 views - 04/12/08 by Rob Williams in Articles

Checking Java Programs

This Short Cut tells you about tools that will improve the quality of your Java code, using checking above and beyond what the standard tools do, including: Using javac options, JUnit and...

0 replies - 3883 views - 03/04/08 by Meera Subbarao in Book Reviews

Speed up your Unit Tests NOW!!!

Many Java developers know they *should* write and run unit tests, but often stop running, or even writing them, for several reasons. One reason I'm both...

4 replies - 4604 views - 02/29/08 by Jim Bethancourt in Articles

Practical Unit Testing

I was reading Howard's post today on his crisis of faith with respect to unit testing and it launched an interesting conversation with a colleague. I'm a unit...

5 replies - 2698 views - 02/23/08 by Alex Miller in News