| Package | Description |
|---|---|
| org.evosuite.assertion | |
| org.evosuite.parameterize | |
| org.evosuite.testcase.statements | |
| org.evosuite.testcase.variable |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AssertionTraceObserver.visit(Statement statement,
Scope scope,
VariableReference var)
visit
|
| Modifier and Type | Method and Description |
|---|---|
Object |
InputVariable.getObject(Scope scope)
Return the actual object represented by this variable for a given scope
|
void |
InputVariable.setObject(Scope scope,
Object value)
Set the actual object represented by this variable in a given scope
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
AbstractStatement.Executer.execute()
The execute statement should, when called only execute exactly one
statement.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
VariableReferenceImpl.getObject(Scope scope)
Return the actual object represented by this variable for a given scope
|
Object |
VariableReference.getObject(Scope scope)
Return the actual object represented by this variable for a given scope
|
Object |
FieldReference.getObject(Scope scope)
Return the actual object represented by this variable for a given scope
|
Object |
ArrayIndex.getObject(Scope scope)
Return the actual object represented by this variable for a given scope
|
void |
VariableReferenceImpl.setObject(Scope scope,
Object value)
Set the actual object represented by this variable in a given scope
|
void |
VariableReference.setObject(Scope scope,
Object value)
Set the actual object represented by this variable in a given scope
|
void |
FieldReference.setObject(Scope scope,
Object value)
Set the actual object represented by this variable in a given scope
|
void |
ArrayIndex.setObject(Scope scope,
Object value)
Set the actual object represented by this variable in a given scope
|
Copyright © 2010–2017 EvoSuite. All rights reserved.