public class ArrayLocalSearch extends StatementLocalSearch
ArrayLocalSearch class.
| Constructor and Description |
|---|
ArrayLocalSearch() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doSearch(TestChromosome test,
int statement,
LocalSearchObjective<TestChromosome> objective)
doSearch
|
int |
getPositionDelta()
If the position of the statement on which the local search was performed
has changed, then we need to tell this to the outside world
|
backup, doSearch, getLocalSearchFor, restorepublic int getPositionDelta()
StatementLocalSearchgetPositionDelta in class StatementLocalSearchpublic boolean doSearch(TestChromosome test, int statement, LocalSearchObjective<TestChromosome> objective)
doSearch
doSearch in class StatementLocalSearchtest - a TestChromosome object.statement - a int.objective - a LocalSearchObjective object.Copyright © 2010–2017 EvoSuite. All rights reserved.