| Modifier and Type | Class and Description |
|---|---|
class |
ArrayTraceObserver |
class |
AssertionTraceObserver<T extends OutputTraceEntry>
Abstract AssertionTraceObserver class.
|
class |
ComparisonTraceObserver |
class |
InspectorTraceObserver |
class |
NullTraceObserver |
class |
PrimitiveFieldTraceObserver |
class |
PrimitiveTraceObserver |
class |
SameTraceObserver
SameTraceObserver class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContractChecker
ContractChecker class.
|
class |
SingleContractChecker
SingleContractChecker class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InputObserver |
| Modifier and Type | Class and Description |
|---|---|
class |
OutputObserver |
| Modifier and Type | Class and Description |
|---|---|
class |
RegressionExecutionObserver |
| Modifier and Type | Class and Description |
|---|---|
class |
SymbolicObserver |
| Modifier and Type | Class and Description |
|---|---|
class |
TestCarvingExecutionObserver |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcreteValueObserver |
class |
ConstantInliner
Inline all primitive values and null references in the test case
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<ExecutionObserver> |
TestRunnable.observers |
| Modifier and Type | Method and Description |
|---|---|
Set<ExecutionObserver> |
TestCaseExecutor.getExecutionObservers() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestCaseExecutor.addObserver(ExecutionObserver observer)
addObserver
|
void |
TestCaseExecutor.removeObserver(ExecutionObserver observer)
removeObserver
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestCaseExecutor.setExecutionObservers(Set<ExecutionObserver> observers) |
| Constructor and Description |
|---|
TestRunnable(TestCase tc,
Scope scope,
Set<ExecutionObserver> observers)
Constructor for TestRunnable.
|
Copyright © 2010–2017 EvoSuite. All rights reserved.