...
Annotations may be placed at the file, class or method levels. Annotations begin with the '@' symbol. Here is an example.
Include Page | ||||
---|---|---|---|---|
|
Test Class Declaration
Anchor | ||||
---|---|---|---|---|
|
A single ETLUnit test file may have any number of test classes in it. It is good form to try to stick to only one test class per test file, and to use the same name for both the file and the declared test class.
The class declaration requires:
- The 'class' keyword
- The name of the class
- Delimiting curly braces