| Package | Description |
|---|---|
| org.evosuite.assertion | |
| org.evosuite.testcase.execution |
| Modifier and Type | Field and Description |
|---|---|
protected OutputTrace<T> |
AssertionTraceObserver.trace |
| Modifier and Type | Method and Description |
|---|---|
OutputTrace<T> |
OutputTrace.clone() |
OutputTrace<T> |
AssertionTraceObserver.getTrace()
Getter for the field
trace. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OutputTrace.differs(OutputTrace<?> other)
Binary decision whether the two traces differ in any way
|
int |
OutputTrace.getAssertions(TestCase test,
OutputTrace<?> other)
Get all assertions based on trace differences
|
int |
OutputTrace.numDiffer(OutputTrace<?> other)
Count the number of differences between two traces
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
MutationAssertionGenerator.getNumKilledMutants(TestCase test,
Map<Mutation,List<OutputTrace<?>>> mutation_traces,
List<Mutation> executedMutants) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<?>,OutputTrace<?>> |
ExecutionResult.traces
Output traces produced by observers
|
| Modifier and Type | Method and Description |
|---|---|
OutputTrace<?> |
ExecutionResult.getTrace(Class<?> clazz)
Accessor for output trace produced by an observer of a particular class
|
| Modifier and Type | Method and Description |
|---|---|
Collection<OutputTrace<?>> |
ExecutionResult.getTraces()
Accessor for the output traces produced by observers
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionResult.setTrace(OutputTrace<?> trace,
Class<?> clazz)
Store a new output trace
|
Copyright © 2010–2017 EvoSuite. All rights reserved.