Uses of Class
org.objenesis.tck.Candidate.CandidateType
-
Packages that use Candidate.CandidateType Package Description org.objenesis.tck -
-
Uses of Candidate.CandidateType in org.objenesis.tck
Methods in org.objenesis.tck that return Candidate.CandidateType Modifier and Type Method Description static Candidate.CandidateType
Candidate.CandidateType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Candidate.CandidateType[]
Candidate.CandidateType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.objenesis.tck that return types with arguments of type Candidate.CandidateType Modifier and Type Method Description EnumSet<Candidate.CandidateType>
Candidate. getTypes()
Methods in org.objenesis.tck with parameters of type Candidate.CandidateType Modifier and Type Method Description 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 filevoid
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)
Constructors in org.objenesis.tck with parameters of type Candidate.CandidateType Constructor Description Candidate(Class<?> clazz, String description, Candidate.CandidateType... types)
-