| InTestsMock |
Indicates whether tests of the annotated item should mock the classes identified by InTestsMock.value().
|
| InTestsMockConstruction |
|
| InTestsMockStatic |
Indicates whether tests of the annotated item should mock static methods of the classes
identified by InTestsMockStatic.value().
|
| InTestsUseBytes |
Identifies values that should be considered when writing tests that require inputs of type
byte or Byte.
|
| InTestsUseCharacters |
Identifies values that should be considered when writing tests that require inputs of type
char or Character.
|
| InTestsUseClasses |
Identifies values that should be considered when writing tests that require inputs of type Class.
|
| InTestsUseDoubles |
Identifies values that should be considered when writing tests that require inputs of type
double or Double.
|
| InTestsUseEnums |
Identifies values that should be considered when writing tests that require inputs of type Enum.
|
| InTestsUseFloats |
Identifies values that should be considered when writing tests that require inputs of type
float or Float.
|
| InTestsUseIntegers |
Identifies values that should be considered when writing tests that require inputs of type
int or Integer.
|
| InTestsUseLongs |
Identifies values that should be considered when writing tests that require inputs of type
long or Long.
|
| InTestsUseShorts |
Identifies values that should be considered when writing tests that require inputs of type
short or Short.
|
| InTestsUseStrings |
Identifies values that should be considered when writing tests that require inputs of type String.
|
| MockDecision |
A decision indicating that a particular annotation indicating that mocking should be required vs
recommended vs allowed vs forbidden from mocking.
|