public class AllMethodsTestChromosomeFactory extends Object implements ChromosomeFactory<TestChromosome>
AllMethodsTestChromosomeFactory class.
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger
Constant
logger |
| Constructor and Description |
|---|
AllMethodsTestChromosomeFactory()
Create a list of all methods
|
| Modifier and Type | Method and Description |
|---|---|
TestChromosome |
getChromosome()
getChromosome
|
protected TestCase |
getNewTestCase()
Provided so that subtypes of this factory type can modify the returned
TestCase
|
int |
getNumUncoveredMethods()
How many methods do we still need to cover?
|
void |
reset()
Forget which calls we have already attempted
|
public AllMethodsTestChromosomeFactory()
public TestChromosome getChromosome()
getChromosome
Generate a random chromosomegetChromosome in interface ChromosomeFactory<TestChromosome>protected TestCase getNewTestCase()
TestCase object.public int getNumUncoveredMethods()
public void reset()
Copyright © 2010–2017 EvoSuite. All rights reserved.