...
Parts of a Test Class
...
Annotations
Annotations may be placed at the file, class or method levels. Annotations begin with the '@' symbol. Here is an example.
...
The test method sets apart a single 'test.' A test class may have any number of test methods.
Include Page | ||||
---|---|---|---|---|
|
The ETLUnit Test Class
Some common test operations are:
- stage()
- execute()
- assert()
- set()
Include Page | ||||
---|---|---|---|---|
|
Comments
There are two ways to include comments in an ETLUnit test class file.
Include Page | ||||
---|---|---|---|---|
|
Dig deeper
Child pages (Children Display) |
---|