| 000 | 01044camuu22003017a 4500 | |
| 001 | 000045414896 | |
| 005 | 20080117094549 | |
| 008 | 050104s2005 ctua b 001 0 eng d | |
| 010 | ▼a 2005270629 | |
| 015 | ▼a GBA444176 ▼2 bnb | |
| 020 | ▼a 1932394230 | |
| 020 | ▼a 9781932394238 | |
| 035 | ▼a (KERIS)REF000010991644 | |
| 040 | ▼a IG# ▼c IG# ▼d UKM ▼d DLC ▼d 211009 | |
| 042 | ▼a lccopycat | |
| 050 | 0 0 | ▼a QA76.64 ▼b .R35 2005 |
| 082 | 0 4 | ▼a 005.13/3 ▼2 22 |
| 090 | ▼a 005.133 ▼b R158j | |
| 100 | 1 | ▼a Rainsberger, J. B. ▼q (Joe B.) |
| 245 | 1 0 | ▼a JUnit recipes : ▼b practical methods for programmer testing / ▼c J.B. Rainsberger ; with contributions by Scott Stirling. |
| 260 | ▼a Greenwich, CT : ▼b Manning , ▼c c2005. | |
| 300 | ▼a xxx, 721 p. : ▼b ill. ; ▼c 24 cm. | |
| 504 | ▼a Includes bibliographical references (p. 697-704) and index. | |
| 650 | 0 | ▼a Java (Computer program language) |
| 650 | 0 | ▼a Object-oriented programming (Computer science) |
| 700 | 1 | ▼a Stirling, Scott. |
| 945 | ▼a KINS |
소장정보
| No. | 소장처 | 청구기호 | 등록번호 | 도서상태 | 반납예정일 | 예약 | 서비스 |
|---|---|---|---|---|---|---|---|
| No. 1 | 소장처 과학도서관/Sci-Info(2층서고)/ | 청구기호 005.133 R158j | 등록번호 121164017 (1회 대출) | 도서상태 대출가능 | 반납예정일 | 예약 | 서비스 |
컨텐츠정보
책소개
JUnit – the unit testing framework for Java – is simple to use, but some code can be tricky to test. When you're facing such code you will be glad to have this book. It is a how-to reference full of practical advice on all issues of testing, from how to name your test case classes to how to test complicated J2EE applications. Its valuable advice includes side matters that can have a big payoff, like how to organize your test data or how to manage expensive test resources.
What's Inside:
- Getting started with JUnit
- Recipes for:
servlets
JSPs
EJBs
Database code
much more
- Difficult-to-test designs, and how to fix them
- How testing saves time
- Choose a JUnit extension:
HTMLUnit
XMLUnit
ServletUnit
EasyMock
and more!
정보제공 :
목차
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
정보제공 :
