Pragmatic unit testing in Java with JUnit
Author(s)
Bibliographic Information
Pragmatic unit testing in Java with JUnit
(Pragmatic starter kit series, 2)
Pragmatic Bookshelf, c2004
Available at / 3 libraries
-
No Libraries matched.
- Remove all filters.
Note
"The Pragmatic Programmers"--P. [1] of cover
Includes bibliographical references (p. 139) and index
Contents of Works
- Introduction
- Your first unit tests
- Writing tests in JUnit
- What to test : the right-BICEP
- CORRECT boundary conditions
- Using mock objects
- Properties of good tests
- Testing on a project
- Design issues