Package | Description |
---|---|
org.objenesis.tck |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<Candidate.CandidateType> |
Candidate.getTypes() |
Modifier and Type | Method and Description |
---|---|
void |
TextReporter.exception(Candidate.CandidateType type,
Exception exception) |
void |
Reporter.exception(Candidate.CandidateType type,
Exception exception)
Report that something bad happened during the test.
|
protected abstract void |
AbstractLoader.handlePropertyEntry(Class<?> clazz,
String description,
Candidate.CandidateType type)
Will receive one class and its description pairs from the file
|
void |
AbstractLoader.loadFrom(InputStream inputStream,
Candidate.CandidateType type) |
void |
AbstractLoader.loadFromResource(String resource,
Candidate.CandidateType type)
Load a candidate property file
|
void |
TCK.registerCandidate(Class<?> candidateClass,
String description,
Candidate.CandidateType type)
Register a candidate class to attempt to instantiate.
|
void |
TextReporter.result(Candidate.CandidateType type,
boolean success) |
void |
Reporter.result(Candidate.CandidateType type,
boolean worked)
Report details about what happened when performing an instantiation test or a serialization feature test.
|
Constructor and Description |
---|
Candidate(Class<?> clazz,
String description,
Candidate.CandidateType... types) |
Copyright © 2006–2021 Joe Walnes, Henri Tremblay, Leonardo Mesquita. All rights reserved.