| InterestingTestFactory |
Indicates the annotated method as a useful factory method for use in tests.
|
| InTestsMock |
Indicates whether tests of the annotated item should mock the classes identified by InTestsMock.value().
|
| InTestsMock.Repeatable |
|
| InTestsMockConstruction |
|
| InTestsMockConstruction.Repeatable |
|
| InTestsMockStatic |
Indicates whether tests of the annotated item should mock static methods of the classes
identified by InTestsMockStatic.value().
|
| InTestsMockStatic.Repeatable |
|
| InTestsUseBytes |
Identifies values that should be considered when writing tests that require inputs of type
byte or Byte.
|
| InTestsUseBytes.Repeatable |
|
| InTestsUseCharacters |
Identifies values that should be considered when writing tests that require inputs of type
char or Character.
|
| InTestsUseCharacters.Repeatable |
|
| InTestsUseClasses |
Identifies values that should be considered when writing tests that require inputs of type Class.
|
| InTestsUseClasses.Repeatable |
|
| InTestsUseDoubles |
Identifies values that should be considered when writing tests that require inputs of type
double or Double.
|
| InTestsUseDoubles.Repeatable |
|
| InTestsUseEnums |
Identifies values that should be considered when writing tests that require inputs of type Enum.
|
| InTestsUseEnums.Repeatable |
|
| InTestsUseFloats |
Identifies values that should be considered when writing tests that require inputs of type
float or Float.
|
| InTestsUseFloats.Repeatable |
|
| InTestsUseIntegers |
Identifies values that should be considered when writing tests that require inputs of type
int or Integer.
|
| InTestsUseIntegers.Repeatable |
|
| InTestsUseLongs |
Identifies values that should be considered when writing tests that require inputs of type
long or Long.
|
| InTestsUseLongs.Repeatable |
|
| InTestsUseShorts |
Identifies values that should be considered when writing tests that require inputs of type
short or Short.
|
| InTestsUseShorts.Repeatable |
|
| InTestsUseStrings |
Identifies values that should be considered when writing tests that require inputs of type String.
|
| InTestsUseStrings.Repeatable |
|
| MethodsUnderTest |
Indicates the methods being tested in the annotated test method.
|