| Package | Description |
|---|---|
| org.evosuite.coverage.ibranch | |
| org.evosuite.ga | |
| org.evosuite.strategy | |
| org.evosuite.testcase | |
| org.evosuite.testsuite | |
| org.evosuite.testsuite.secondaryobjectives |
| Modifier and Type | Class and Description |
|---|---|
class |
IBranchSecondaryObjective
IBranchSecondaryObjective class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MinimizeSizeSecondaryObjective<T extends Chromosome>
MinimizeSizeSecondaryObjective class.
|
| Modifier and Type | Method and Description |
|---|---|
protected SecondaryObjective<TestSuiteChromosome> |
PropertiesSuiteGAFactory.getSecondarySuiteObjective(String name)
getSecondarySuiteObjective
|
| Modifier and Type | Class and Description |
|---|---|
class |
MinimizeExceptionsSecondaryObjective
MinimizeExceptionsSecondaryObjective class.
|
| Modifier and Type | Method and Description |
|---|---|
static List<SecondaryObjective<?>> |
TestChromosome.getSecondaryObjectives()
Getter for the field
secondaryObjectives. |
| Modifier and Type | Method and Description |
|---|---|
static void |
TestChromosome.addSecondaryObjective(SecondaryObjective<?> objective)
Add an additional secondary objective to the end of the list of
objectives
|
static void |
TestChromosome.removeSecondaryObjective(SecondaryObjective<?> objective)
Remove secondary objective from list, if it is there
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TestSuiteChromosome.addSecondaryObjective(SecondaryObjective<?> objective)
Add an additional secondary objective to the end of the list of
objectives
|
static void |
TestSuiteChromosome.removeSecondaryObjective(SecondaryObjective<TestSuiteChromosome> objective)
Remove secondary objective from list, if it is there
|
| Modifier and Type | Class and Description |
|---|---|
class |
MinimizeAverageLengthSecondaryObjective
MinimizeAverageLengthSecondaryObjective class.
|
class |
MinimizeMaxLengthSecondaryObjective
MinimizeMaxLengthSecondaryObjective class.
|
class |
MinimizeTotalLengthSecondaryObjective
MinimizeTotalLengthSecondaryObjective class.
|
Copyright © 2010–2017 EvoSuite. All rights reserved.