
JUnit Pocket Guide
Quick Look-up and Advice
Publisher: O'Reilly Media
Release Date: June 2009
Pages: 96
Read on Safari with a 10-day trial
Start your free trial now Buy on AmazonWhere’s the cart? Now you can get everything on Safari. To purchase books, visit Amazon or your favorite retailer. Questions? See our FAQ or contact customer service:
1-800-889-8969 / 707-827-7019
support@oreilly.com
While there are lots of bits of documentation all over the place, there isn't a go-to-manual that serves as a quick reference for JUnit. This Pocket Guide meets the need, bringing together all the bits of hard to remember information, syntax, and rules for working with JUnit, as well as delivering the insight and sage advice that can only come from a technology's creator.
Any programmer who has written, or is writing, Java Code will find this book valuable. Specifically it will appeal to programmers and developers of any level that use JUnit to do their unit testing in test-driven development under agile methodologies such as Extreme Programming (XP) [another Beck creation].
Table of Contents
-
Chapter 1 JUnit Pocket Guide
-
Automating Tests
-
Why Test?
-
JUnit's Goals
-
Fixtures
-
Testing Exceptions
-
JUnit's Implementation
-
JUnit API
-
Test-First Programming
-
Stubs
-
Other Uses for Tests
-
Story of JUnit
-
Extending JUnit
-
JUnit and Ant
-
Running JUnit Standalone
-
JUnit and IDEs
-
Test Infection
-
Bibliography
-
Acknowledgments
-