All Classes
-
All Classes Interface Summary Enum Summary Annotation Types Summary Class Description 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 byInTestsMock.value().InTestsMock.Repeatable Collects multipleInTestsMockannotations.InTestsMockConstruction Indicates whether tests of the annotated item should mock constructions of the classes identified byInTestsMockConstruction.value().InTestsMockConstruction.Repeatable Collects multipleInTestsMockConstructionannotations.InTestsMockStatic Indicates whether tests of the annotated item should mock static methods of the classes identified byInTestsMockStatic.value().InTestsMockStatic.Repeatable Collects multipleInTestsMockStaticannotations.InTestsUseBytes Identifies values that should be considered when writing tests that require inputs of typebyteorByte.InTestsUseBytes.Repeatable Collects multipleInTestsUseBytesannotations.InTestsUseCharacters Identifies values that should be considered when writing tests that require inputs of typecharorCharacter.InTestsUseCharacters.Repeatable Collects multipleInTestsUseCharactersannotations.InTestsUseClasses Identifies values that should be considered when writing tests that require inputs of typeClass.InTestsUseClasses.Repeatable Collects multipleInTestsUseClassesannotations.InTestsUseDoubles Identifies values that should be considered when writing tests that require inputs of typedoubleorDouble.InTestsUseDoubles.Repeatable Collects multipleInTestsUseDoublesannotations.InTestsUseEnums Identifies values that should be considered when writing tests that require inputs of typeEnum.InTestsUseEnums.Repeatable Collects multipleInTestsUseEnumsannotations.InTestsUseFloats Identifies values that should be considered when writing tests that require inputs of typefloatorFloat.InTestsUseFloats.Repeatable Collects multipleInTestsUseFloatsannotations.InTestsUseIntegers Identifies values that should be considered when writing tests that require inputs of typeintorInteger.InTestsUseIntegers.Repeatable Collects multipleInTestsUseIntegersannotations.InTestsUseLongs Identifies values that should be considered when writing tests that require inputs of typelongorLong.InTestsUseLongs.Repeatable Collects multipleInTestsUseLongsannotations.InTestsUseShorts Identifies values that should be considered when writing tests that require inputs of typeshortorShort.InTestsUseShorts.Repeatable Collects multipleInTestsUseShortsannotations.InTestsUseStrings Identifies values that should be considered when writing tests that require inputs of typeString.InTestsUseStrings.Repeatable Collects multipleInTestsUseStringsannotations.MaintainedByDiffblue Empty interface, required, with the Category annotation, to label JUnit 4 tests in the following manner: @Category(MaintainedByDiffblue.class)MethodsUnderTest Indicates the methods being tested in the annotated test method.MockDecision A decision indicating that a particular annotation indicating that mocking should be required vs recommended vs allowed vs forbidden from mocking.