| Package | Description |
|---|---|
| org.evosuite.symbolic | |
| org.evosuite.symbolic.vm |
| Modifier and Type | Method and Description |
|---|---|
BranchCondition |
PathCondition.get(int index)
Returns the branch condition at position
index |
| Modifier and Type | Method and Description |
|---|---|
static List<BranchCondition> |
ConcolicExecution.executeConcolic(DefaultTestCase defaultTestCase) |
List<BranchCondition> |
PathCondition.getBranchConditions()
Returns the list of branch conditions on this path condition
|
static List<BranchCondition> |
ConcolicExecution.getSymbolicPath(TestChromosome test)
Retrieve the path condition for a given test case
|
| Modifier and Type | Method and Description |
|---|---|
static TestCase |
ConcolicMutation.negateCondition(List<BranchCondition> pathCondition,
BranchCondition targetCondition,
TestCase test)
Generate new constraint and ask solver for solution
|
| Modifier and Type | Method and Description |
|---|---|
static TestCase |
ConcolicMutation.negateCondition(List<BranchCondition> pathCondition,
BranchCondition targetCondition,
TestCase test)
Generate new constraint and ask solver for solution
|
| Constructor and Description |
|---|
PathCondition(List<BranchCondition> branchConditions)
Creates a new path condition from a list of branch conditions
|
| Modifier and Type | Method and Description |
|---|---|
List<BranchCondition> |
PathConditionCollector.getPathCondition()
Returns the collected list of branch conditions during concolic execution
|
Copyright © 2010–2017 EvoSuite. All rights reserved.