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.results
private final EnumSet
<Candidate.CandidateType> Candidate.types
Methods in org.objenesis.tck that return Candidate.CandidateTypeModifier and TypeMethodDescriptionstatic Candidate.CandidateType
Returns 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 void
TextReporter.addResult
(Candidate.CandidateType type, boolean success, Exception exception) void
Reporter.exception
(Candidate.CandidateType type, Exception exception) Report that something bad happened during the test.void
TextReporter.exception
(Candidate.CandidateType type, Exception exception) protected abstract void
AbstractLoader.handlePropertyEntry
(Class<?> clazz, String description, Candidate.CandidateType type) Will receive one class and its description pairs from the fileprivate void
AbstractLoader.handlePropertyEntry
(String key, String value, Candidate.CandidateType type) protected void
CandidateLoader.handlePropertyEntry
(Class<?> clazz, String description, Candidate.CandidateType type) void
AbstractLoader.loadFrom
(InputStream inputStream, Candidate.CandidateType type) void
AbstractLoader.loadFromResource
(String resource, Candidate.CandidateType type) Load a candidate property filevoid
TCK.registerCandidate
(Class<?> candidateClass, String description, Candidate.CandidateType type) Register a candidate class to attempt to instantiate.void
Reporter.result
(Candidate.CandidateType type, boolean worked) Report details about what happened when performing an instantiation test or a serialization feature test.void
TextReporter.result
(Candidate.CandidateType type, boolean success) private void
TCK.runCandidate
(Reporter reporter, Class<?> candidate, Objenesis objenesis, Candidate.CandidateType type) private void
TCK.runFeature
(Reporter reporter, Class<?> clazz, Objenesis objenesis, Candidate.CandidateType type) private void
TCK.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)