List of Tables

 

Chapter 1. Fundamentals

Table 1.1. What’s inside the JUnit distribution

Table 1.2. The JUnit class Assert provides several methods for making assertions.

Chapter 2. Elementary tests

Table 2.1. The behavior of equals() for each type of Collection

Chapter 3. Organizing and building JUnit tests

Table 3.1. Adding JUnit to an Eclipse project’s Java Build Path

Chapter 4. Managing test suites

Table 4.1. How JUnit builds the default test suite

Chapter 5. Working with test data

Table 5.1. Summary of approaches to performing one-time environment setup

Chapter 10. Testing and JDBC

Table 10.1. Sample access control list for stored procedures

Chapter 12. Testing web components

Table 12.1. Sample CoffeeQuantity properties

Chapter 15. GSBase

Table 15.1. Other recipes in this book that feature GSBase

Chapter 17. Odds and ends

Table 17.1. Parameters to JUnitX’s PrivateTestCase.invoke() method

Appendix A. Complete solutions

Table A.1. The complete solutions, and the recipes to which they correspond