public class ConcolicMutation extends Object
ConcolicMutation class.
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
ConcolicMutation() |
| Modifier and Type | Method and Description |
|---|---|
static TestCase |
negateCondition(List<BranchCondition> pathCondition,
BranchCondition targetCondition,
TestCase test)
Generate new constraint and ask solver for solution
|
public static TestCase negateCondition(List<BranchCondition> pathCondition, BranchCondition targetCondition, TestCase test)
pathCondition - targetCondition - a BranchCondition object.test - a TestCase object.TestCase object.Copyright © 2010–2017 EvoSuite. All rights reserved.