public class PrimitiveTraceObserver extends AssertionTraceObserver<PrimitiveTraceEntry>
logger, tracecurrentTest, WRAPPER_TYPES| Constructor and Description |
|---|
PrimitiveTraceObserver() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterStatement(Statement statement,
Scope scope,
Throwable exception)
After execution of a statement, the result is passed to the observer
|
void |
testExecutionFinished(ExecutionResult r,
Scope s)
Allow observers to update the execution result at the end the execution of a test.
|
protected void |
visit(Statement statement,
Scope scope,
VariableReference var)
visit
|
beforeStatement, checkThread, clear, getTrace, output, visitDependencies, visitReturnValuegetCurrentTest, getDependentVariables, isWrapperType, setCurrentTestpublic void afterStatement(Statement statement, Scope scope, Throwable exception)
afterStatement in class AssertionTraceObserver<PrimitiveTraceEntry>statement - a Statement object.scope - a Scope object.exception - a Throwable object.protected void visit(Statement statement, Scope scope, VariableReference var)
visit
visit in class AssertionTraceObserver<PrimitiveTraceEntry>statement - a Statement object.scope - a Scope object.var - a VariableReference object.public void testExecutionFinished(ExecutionResult r, Scope s)
ExecutionObservertestExecutionFinished in class ExecutionObserverCopyright © 2010–2017 EvoSuite. All rights reserved.