public class TestCaseMinimizer extends Object
| Constructor and Description |
|---|
TestCaseMinimizer(TestFitnessFunction fitnessFunction)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
minimize(TestChromosome c)
Central minimization function.
|
static boolean |
removeUnusedVariables(TestCase t)
Remove all unreferenced variables
|
public TestCaseMinimizer(TestFitnessFunction fitnessFunction)
fitnessFunction - Fitness function with which to measure whether a statement is
necessarypublic static boolean removeUnusedVariables(TestCase t)
t - The test casepublic void minimize(TestChromosome c)
c - a TestChromosome object.Copyright © 2010–2017 EvoSuite. All rights reserved.