Table of Contents
Anyone can contribute to the tests according with the follow guideline. Contributions are welcome.
The test classes respect a comment convention that has some custom tags. The custom tags are:
@reference
- used in class comment. It is
used to specify the document that the tests cover.
@requirement
- used in class comment. It is
used to specify the classes and files needed to run the tests.
@setup
- used in class comment. It is used to
specify the items that must be set up before the test
execution.
@input
- used in method comment. It is used
to specify the test inputs.
@output
- used in method comment. It is used
to specify the test expected outputs.