| Annotation Type | Description |
|---|---|
| TestClass |
An annotation for source classes to indicate the JUnit test
class tests the functionality.
|
| TestMethod |
An annotation for source classes to indicate the specific test class and method that tests the source class.
|