|
Annotation Types Summary |
| Assume |
Limits the set of valid values for a parameter to a test method. |
| AutoTwip |
Annotate a public static method or field to use it automatically for TwiP parameters of its type,
instead of annotating those parameters with Values. |
| NotNull |
Marks a parameter as being not allowed to be null. |
| TwipExtensions |
Annotate your JUnit tests with TwiP and with this to extend the functionality of JUnit. |
| Values |
Specifies the name of a static field or method in the test class that is resp. |