Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Annotations may be placed at the file, class or method levels.  Annotations begin with the '@' symbol.  Here is an example.

Include Page
_Annotations_Example
_Annotations_Example

 

Test Class Declaration
Anchor
Test_Class_Declaration
Test_Class_Declaration

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:

  1. The 'class' keyword
  2. The name of the class
  3. Delimiting curly braces