Package | Description |
---|---|
org.objenesis.tck |
Modifier and Type | Field and Description |
---|---|
(package private) Candidate.CandidateType |
TextReporter.Result.type |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<Candidate,java.util.Map<Candidate.CandidateType,TextReporter.Result>> |
TextReporter.results |
private java.util.EnumSet<Candidate.CandidateType> |
Candidate.types |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
java.util.EnumSet<Candidate.CandidateType> |
Candidate.getTypes() |
Modifier and Type | Method and 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 void |
CandidateLoader.handlePropertyEntry(java.lang.Class<?> clazz,
java.lang.String description,
Candidate.CandidateType type) |
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 file
|
private void |
AbstractLoader.handlePropertyEntry(java.lang.String key,
java.lang.String value,
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 file
|
void |
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) |
Constructor and 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) |