A C D F I M R V 
All Classes All Packages

A

ALLOWED - com.diffblue.cover.annotations.MockDecision
No preference with regard to mocking, instantations may be mocked or not.

C

com.diffblue.cover.annotations - package com.diffblue.cover.annotations
 

D

decision() - Method in annotation type com.diffblue.cover.annotations.InTestsMock
 
decision() - Method in annotation type com.diffblue.cover.annotations.InTestsMockConstruction
 
decision() - Method in annotation type com.diffblue.cover.annotations.InTestsMockStatic
 

F

FORBIDDEN - com.diffblue.cover.annotations.MockDecision
Mocking is forbidden; instantiation must be done without mocking.

I

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

M

MaintainedByDiffblue - Interface in com.diffblue.cover.annotations
Empty interface, required, with the Category annotation, to label JUnit 4 tests in the following manner: @Category(MaintainedByDiffblue.class)
MethodsUnderTest - Annotation Type in com.diffblue.cover.annotations
Indicates the methods being tested in the annotated test method.
MockDecision - Enum in com.diffblue.cover.annotations
A decision indicating that a particular annotation indicating that mocking should be required vs recommended vs allowed vs forbidden from mocking.

R

RECOMMENDED - com.diffblue.cover.annotations.MockDecision
Mocking is recommended and should be used in preference to instantiation, but instantiations are still permitted.
REQUIRED - com.diffblue.cover.annotations.MockDecision
Mocking is required, other instantiations are not permitted.

V

value() - Method in annotation type com.diffblue.cover.annotations.InTestsMock.Repeatable
 
value() - Method in annotation type com.diffblue.cover.annotations.InTestsMock
 
value() - Method in annotation type com.diffblue.cover.annotations.InTestsMockConstruction.Repeatable
 
value() - Method in annotation type com.diffblue.cover.annotations.InTestsMockConstruction
 
value() - Method in annotation type com.diffblue.cover.annotations.InTestsMockStatic.Repeatable
 
value() - Method in annotation type com.diffblue.cover.annotations.InTestsMockStatic
 
value() - Method in annotation type com.diffblue.cover.annotations.InTestsUseBytes.Repeatable
 
value() - Method in annotation type com.diffblue.cover.annotations.InTestsUseBytes
 
value() - Method in annotation type com.diffblue.cover.annotations.InTestsUseCharacters.Repeatable
 
value() - Method in annotation type com.diffblue.cover.annotations.InTestsUseCharacters
 
value() - Method in annotation type com.diffblue.cover.annotations.InTestsUseClasses.Repeatable
 
value() - Method in annotation type com.diffblue.cover.annotations.InTestsUseClasses
 
value() - Method in annotation type com.diffblue.cover.annotations.InTestsUseDoubles.Repeatable
 
value() - Method in annotation type com.diffblue.cover.annotations.InTestsUseDoubles
 
value() - Method in annotation type com.diffblue.cover.annotations.InTestsUseEnums.Repeatable
 
value() - Method in annotation type com.diffblue.cover.annotations.InTestsUseEnums
 
value() - Method in annotation type com.diffblue.cover.annotations.InTestsUseFloats.Repeatable
 
value() - Method in annotation type com.diffblue.cover.annotations.InTestsUseFloats
 
value() - Method in annotation type com.diffblue.cover.annotations.InTestsUseIntegers.Repeatable
 
value() - Method in annotation type com.diffblue.cover.annotations.InTestsUseIntegers
 
value() - Method in annotation type com.diffblue.cover.annotations.InTestsUseLongs.Repeatable
 
value() - Method in annotation type com.diffblue.cover.annotations.InTestsUseLongs
 
value() - Method in annotation type com.diffblue.cover.annotations.InTestsUseShorts.Repeatable
 
value() - Method in annotation type com.diffblue.cover.annotations.InTestsUseShorts
 
value() - Method in annotation type com.diffblue.cover.annotations.InTestsUseStrings.Repeatable
 
value() - Method in annotation type com.diffblue.cover.annotations.InTestsUseStrings
 
value() - Method in annotation type com.diffblue.cover.annotations.MethodsUnderTest
 
valueOf(String) - Static method in enum com.diffblue.cover.annotations.MockDecision
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.diffblue.cover.annotations.MockDecision
Returns an array containing the constants of this enum type, in the order they are declared.
A C D F I M R V 
All Classes All Packages