public abstract class TestCaseLocalSearch extends Object implements LocalSearch<TestChromosome>
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
TestCaseLocalSearch() |
| Modifier and Type | Method and Description |
|---|---|
static void |
randomizePrimitives(TestCase test)
This method allows to reset all primitive values before trying again a
local search on the same test case.
|
static TestCaseLocalSearch |
selectTestCaseLocalSearch()
The factory method that returns the type of Local Search that is supposed
to be applied on the Test Case
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoSearchpublic static TestCaseLocalSearch selectTestCaseLocalSearch()
public static void randomizePrimitives(TestCase test)
test - the test case that will have their primitive values changed to
random primitive values.Copyright © 2010–2017 EvoSuite. All rights reserved.