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
Fields in org.objenesis.tck declared as Candidate.CandidateType Modifier and Type Field Description private Candidate.CandidateType
TextReporter.Result. type
Fields in org.objenesis.tck with type parameters of type Candidate.CandidateType Modifier and Type Field Description private java.util.Map<Candidate,java.util.Map<Candidate.CandidateType,TextReporter.Result>>
TextReporter. results
private java.util.EnumSet<Candidate.CandidateType>
Candidate. types
Methods in org.objenesis.tck that return Candidate.CandidateType Modifier and Type Method Description static Candidate.CandidateType
Candidate.CandidateType. valueOf(java.lang.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 java.util.EnumSet<Candidate.CandidateType>
Candidate. getTypes()
Methods in org.objenesis.tck with parameters of type Candidate.CandidateType Modifier and Type Method Description private void
TextReporter. addResult(Candidate.CandidateType type, boolean success, java.lang.Exception exception)
void
Reporter. exception(Candidate.CandidateType type, java.lang.Exception exception)
Report that something bad happened during the test.void
TextReporter. exception(Candidate.CandidateType type, java.lang.Exception exception)
protected abstract void
AbstractLoader. handlePropertyEntry(java.lang.Class<?> clazz, java.lang.String description, Candidate.CandidateType type)
Will receive one class and its description pairs from the fileprivate void
AbstractLoader. handlePropertyEntry(java.lang.String key, java.lang.String value, Candidate.CandidateType type)
protected void
CandidateLoader. handlePropertyEntry(java.lang.Class<?> clazz, java.lang.String description, Candidate.CandidateType type)
void
AbstractLoader. loadFrom(java.io.InputStream inputStream, Candidate.CandidateType type)
void
AbstractLoader. loadFromResource(java.lang.String resource, Candidate.CandidateType type)
Load a candidate property filevoid
TCK. registerCandidate(java.lang.Class<?> candidateClass, java.lang.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, java.lang.Class<?> candidate, Objenesis objenesis, Candidate.CandidateType type)
private void
TCK. runFeature(Reporter reporter, java.lang.Class<?> clazz, Objenesis objenesis, Candidate.CandidateType type)
private void
TCK. runTest(Reporter reporter, java.lang.Class<?> candidate, Objenesis objenesis, Candidate.CandidateType type)
Constructors in org.objenesis.tck with parameters of type Candidate.CandidateType Constructor Description Candidate(java.lang.Class<?> clazz, java.lang.String description, Candidate.CandidateType... types)
Result(Candidate candidate, Candidate.CandidateType type, boolean result, java.lang.Exception exception)
-