Pragmatic unit testing in Java with JUnit
著者
書誌事項
Pragmatic unit testing in Java with JUnit
(Pragmatic starter kit series, 2)
Pragmatic Bookshelf, c2004
大学図書館所蔵 件 / 全3件
-
該当する所蔵館はありません
- すべての絞り込み条件を解除する
注記
"The Pragmatic Programmers"--P. [1] of cover
Includes bibliographical references (p. 139) and index
収録内容
- 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