A C D F I M R V
All Classes All Packages
All Classes All Packages
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
InTestsMockannotations. - 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
InTestsMockConstructionannotations. - 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
InTestsMockStaticannotations. - InTestsUseBytes - Annotation Type in com.diffblue.cover.annotations
-
Identifies values that should be considered when writing tests that require inputs of type
byteorByte. - InTestsUseBytes.Repeatable - Annotation Type in com.diffblue.cover.annotations
-
Collects multiple
InTestsUseBytesannotations. - InTestsUseCharacters - Annotation Type in com.diffblue.cover.annotations
-
Identifies values that should be considered when writing tests that require inputs of type
charorCharacter. - InTestsUseCharacters.Repeatable - Annotation Type in com.diffblue.cover.annotations
-
Collects multiple
InTestsUseCharactersannotations. - 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
InTestsUseClassesannotations. - InTestsUseDoubles - Annotation Type in com.diffblue.cover.annotations
-
Identifies values that should be considered when writing tests that require inputs of type
doubleorDouble. - InTestsUseDoubles.Repeatable - Annotation Type in com.diffblue.cover.annotations
-
Collects multiple
InTestsUseDoublesannotations. - 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
InTestsUseEnumsannotations. - InTestsUseFloats - Annotation Type in com.diffblue.cover.annotations
-
Identifies values that should be considered when writing tests that require inputs of type
floatorFloat. - InTestsUseFloats.Repeatable - Annotation Type in com.diffblue.cover.annotations
-
Collects multiple
InTestsUseFloatsannotations. - InTestsUseIntegers - Annotation Type in com.diffblue.cover.annotations
-
Identifies values that should be considered when writing tests that require inputs of type
intorInteger. - InTestsUseIntegers.Repeatable - Annotation Type in com.diffblue.cover.annotations
-
Collects multiple
InTestsUseIntegersannotations. - InTestsUseLongs - Annotation Type in com.diffblue.cover.annotations
-
Identifies values that should be considered when writing tests that require inputs of type
longorLong. - InTestsUseLongs.Repeatable - Annotation Type in com.diffblue.cover.annotations
-
Collects multiple
InTestsUseLongsannotations. - InTestsUseShorts - Annotation Type in com.diffblue.cover.annotations
-
Identifies values that should be considered when writing tests that require inputs of type
shortorShort. - InTestsUseShorts.Repeatable - Annotation Type in com.diffblue.cover.annotations
-
Collects multiple
InTestsUseShortsannotations. - 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
InTestsUseStringsannotations.
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.
All Classes All Packages