책 이미지

책 정보
· 분류 : 외국도서 > 컴퓨터 > 프로그래밍 언어 > Java
· ISBN : 9781932394238
· 쪽수 : 721쪽
· 출판일 : 2004-07-15
목차
foreword
preface
acknowledgments
about this book
about the cover illustration
Part 1 The building blocks
1 Fundamentals
2 Elementary tests
3 Organizing and building JUnit tests
4 Managing test suites
5 Working with test data
6 Running JUnit tests
7 Reporting JUnit results
8 Troubleshooting JUnit
Part 2 Testing J2EE
Introduction
Designing J2EE applications for testability
The Coffee Shop application
9 Testing and XML
10 Testing and JDBC
11 Testing Enterprise JavaBeans
12 Testing web components
13 Testing J2EE applications
Part 3 More JUnit techniques
14 Testing design patterns
15 GSBase
16 JUnit-addons
17 Odds and ends
Appendix A Complete solutions
A.1 Define a test suite in XML
A.2 Parameterized Test Case overriding runTest()
A.3 Ignore the order of elements in an XML document
A.4 Test an XSL stylesheet in isolation
A.5 Validate XML documents in your tests
A.6 Aspect-based universal Spy
A.7 Test a BMP entity bean
Appendix B Essays on testing
B.1 Too simple to break
B.2 Strangeness and transitivity
B.3 Isolate expensive tests
B.4 The mock objects landscape
Appendix C Reading List
references
index