| Tutorial | ||
| @Testable, @Group, @ExpectableExceptions
@Testable is used to annotate methods to test. @Testable has different attributes (like numberOfInvocations) that you can set. A method can depend on one or more methods. @Group is used to specify that a method belongs to a group other than "Default Group". A group can depend on one or more groups. @ExpectableExceptions is used to mark a method as successful if the defined exception is thrown. |
||
|
||
| @Configuration
@Configuration can be used to set the parallel mode, the number of threads as well as a custom class for nodes sorting. (DFS.class is used by default) |
||
|
||
| ANT task
A simple ANT task. |
||
|
||