| Package | Description |
|---|---|
| org.evosuite.testcase | |
| org.evosuite.testcase.statements | |
| org.evosuite.testcase.statements.reflection |
| Modifier and Type | Method and Description |
|---|---|
static TestFactory |
TestFactory.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
TestChromosome.deleteStatement(TestFactory testFactory,
int num) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Statement.mutate(TestCase test,
TestFactory factory)
mutate
|
boolean |
PrimitiveStatement.mutate(TestCase test,
TestFactory factory)
mutate
|
boolean |
MethodStatement.mutate(TestCase test,
TestFactory factory)
Go through parameters of method call and apply local search
|
boolean |
ImmutableStringPrimitiveStatement.mutate(TestCase test,
TestFactory factory) |
boolean |
FieldStatement.mutate(TestCase test,
TestFactory factory)
Try to replace source of field with all possible choices
|
boolean |
ConstructorStatement.mutate(TestCase test,
TestFactory factory)
Go through parameters of constructor call and apply local search
|
boolean |
AssignmentStatement.mutate(TestCase test,
TestFactory factory)
mutate
|
boolean |
ArrayStatement.mutate(TestCase test,
TestFactory factory)
mutate
|
boolean |
AbstractStatement.mutate(TestCase test,
TestFactory factory)
mutate
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PrivateMethodStatement.mutate(TestCase test,
TestFactory factory) |
boolean |
PrivateFieldStatement.mutate(TestCase test,
TestFactory factory) |
Copyright © 2010–2017 EvoSuite. All rights reserved.