Uses of Enum Class
org.objenesis.tck.Candidate.CandidateType
Packages that use Candidate.CandidateType
-
Uses of Candidate.CandidateType in org.objenesis.tck
Fields in org.objenesis.tck declared as Candidate.CandidateTypeFields in org.objenesis.tck with type parameters of type Candidate.CandidateTypeModifier and TypeFieldDescriptionprivate final Map<Candidate, Map<Candidate.CandidateType, TextReporter.Result>> TextReporter.resultsprivate final EnumSet<Candidate.CandidateType> Candidate.typesMethods in org.objenesis.tck that return Candidate.CandidateTypeModifier and TypeMethodDescriptionstatic Candidate.CandidateTypeReturns the enum constant of this class with the specified name.static Candidate.CandidateType[]Candidate.CandidateType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.objenesis.tck that return types with arguments of type Candidate.CandidateTypeMethods in org.objenesis.tck with parameters of type Candidate.CandidateTypeModifier and TypeMethodDescriptionprivate voidTextReporter.addResult(Candidate.CandidateType type, boolean success, Exception exception) voidReporter.exception(Candidate.CandidateType type, Exception exception) Report that something bad happened during the test.voidTextReporter.exception(Candidate.CandidateType type, Exception exception) protected abstract voidAbstractLoader.handlePropertyEntry(Class<?> clazz, String description, Candidate.CandidateType type) Will receive one class and its description pairs from the fileprivate voidAbstractLoader.handlePropertyEntry(String key, String value, Candidate.CandidateType type) protected voidCandidateLoader.handlePropertyEntry(Class<?> clazz, String description, Candidate.CandidateType type) voidAbstractLoader.loadFrom(InputStream inputStream, Candidate.CandidateType type) voidAbstractLoader.loadFromResource(String resource, Candidate.CandidateType type) Load a candidate property filevoidTCK.registerCandidate(Class<?> candidateClass, String description, Candidate.CandidateType type) Register a candidate class to attempt to instantiate.voidReporter.result(Candidate.CandidateType type, boolean worked) Report details about what happened when performing an instantiation test or a serialization feature test.voidTextReporter.result(Candidate.CandidateType type, boolean success) private voidTCK.runCandidate(Reporter reporter, Class<?> candidate, Objenesis objenesis, Candidate.CandidateType type) private voidTCK.runFeature(Reporter reporter, Class<?> clazz, Objenesis objenesis, Candidate.CandidateType type) private voidTCK.runTest(Reporter reporter, Class<?> candidate, Objenesis objenesis, Candidate.CandidateType type) Constructors in org.objenesis.tck with parameters of type Candidate.CandidateTypeModifierConstructorDescriptionCandidate(Class<?> clazz, String description, Candidate.CandidateType... types) Result(Candidate candidate, Candidate.CandidateType type, boolean result, Exception exception)