public class RhoCoverageFactory extends AbstractFitnessFactory<LineCoverageTestFitness> implements Serializable
goalComputationTime| Constructor and Description |
|---|
RhoCoverageFactory() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
exists(List<Integer> newTest) |
List<LineCoverageTestFitness> |
getCoverageGoals()
Generate a list of goals to cover
|
static List<LineCoverageTestFitness> |
getGoals() |
static List<List<Integer>> |
getMatrix() |
static int |
getNumber_of_Ones() |
static int |
getNumber_of_Test_Cases() |
static int |
getNumberGoals() |
static double |
getRho() |
protected static void |
loadCoverage()
Read the coverage of a test suite from a file
|
protected static void |
reset() |
getFitness, isCUTprotected static void loadCoverage()
public List<LineCoverageTestFitness> getCoverageGoals()
TestFitnessFactorygetCoverageGoals in interface TestFitnessFactory<LineCoverageTestFitness>List object.public static List<LineCoverageTestFitness> getGoals()
public static int getNumberGoals()
Exceptionpublic static int getNumber_of_Ones()
public static int getNumber_of_Test_Cases()
public static double getRho()
protected static void reset()
Copyright © 2010–2017 EvoSuite. All rights reserved.