public final class PathConditionCollector extends Object
| Constructor and Description |
|---|
PathConditionCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBranchCondition(String className,
String methName,
int branchIndex,
IntegerConstraint c)
Add a new constraint to a branch condition
|
void |
addSupportingConstraint(IntegerConstraint c)
Add a supporting constraint to the current branch condition When the
branch condition is currently added, then these supporting constraints
will be added to the new branch condition
|
List<BranchCondition> |
getPathCondition()
Returns the collected list of branch conditions during concolic execution
|
public void addSupportingConstraint(IntegerConstraint c)
c - public void addBranchCondition(String className, String methName, int branchIndex, IntegerConstraint c)
className - the class name where the branch ismethName - the method where the branch isbranchIndex - the branch indexc - the constraint for the branch conditionpublic List<BranchCondition> getPathCondition()
Copyright © 2010–2017 EvoSuite. All rights reserved.