Skip to content

JUnit Pocket Guide Quick Look-Up and Advice

Best in textbook rentals since 2012!

ISBN-10: 0596007434

ISBN-13: 9780596007430

Edition: 2004

Authors: Kent Beck

List price: $9.95
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

JUnit, created by Kent Beck and Erich Gamma, is an open source framework for test-driven development in any Java-based code. JUnit automates unit testing and reduces the effort required to frequently test code while developing it. 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.…    
Customers also bought

Book details

List price: $9.95
Copyright year: 2004
Publisher: O'Reilly Media, Incorporated
Publication date: 10/19/2004
Binding: Paperback
Pages: 90
Size: 7.44" wide x 7.05" long x 0.22" tall
Weight: 0.176
Language: English

Automating Tests
Why Test?
Time
"Perfect" is a Verb
JUnit's Goals
Fixtures
More setUp() than tearDown()
Variations
Suite-Level Setup
Testing Exceptions
JUnit's Implementation
JUnit API
Overview
Assert
Test
TestCase
TestSuite
TestResult
Package Structure
Test-First Programming
Factorial Example
Test-First Programming in Practice
Stubs
Stubs and Good Design
Self-Shunting
Other Uses for Tests
Debugging Tests
Learning an API with Tests
Documenting Assumptions with Tests
Cross-Team Tests
Story of JUnit
Extending JUnit
Extensions
JUnit and Ant
More About Running Tests
Formatting Feedback
Conclusion
Running JUnit Standalone
Text
AWT
Swing
JUnit and IDEs
Eclipse
JBuilder
IntelliJ IDEA
Test Infection
Bibliography