Chapter 6. How to write a test

Table of Contents

6.1. Requirements
6.2. Writing the test class code
6.3. TestNG Annotations
6.3.1. @Configuration
6.3.2. @Test
6.4. Helper Classes
6.5. Writing the XML configuration file:
6.6. Additional Information

The example shows the basis of a test with all steps used to build a EasyBeans test.

6.1. Requirements

This example only requires Java 5 knowledges.