| Package | Description |
|---|---|
| org.evosuite | |
| org.evosuite.assertion | |
| org.evosuite.coverage | |
| org.evosuite.junit |
| Modifier and Type | Field and Description |
|---|---|
static Properties.Criterion[] |
Properties.CRITERION
Constant
CRITERION |
| Modifier and Type | Method and Description |
|---|---|
static Properties.Criterion |
Properties.Criterion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Properties.Criterion[] |
Properties.Criterion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected Properties.Criterion[] |
MutationAssertionGenerator.oldCriterion |
| Modifier and Type | Method and Description |
|---|---|
static void |
CoverageCriteriaAnalyzer.analyzeCoverage(TestSuiteChromosome testSuite,
Properties.Criterion criterion) |
static RuntimeVariable |
CoverageCriteriaAnalyzer.getBitStringVariable(Properties.Criterion criterion) |
static RuntimeVariable |
CoverageCriteriaAnalyzer.getCoverageVariable(Properties.Criterion criterion) |
static TestFitnessFactory<? extends TestFitnessFunction> |
FitnessFunctions.getFitnessFactory(Properties.Criterion crit)
getFitnessFactory
|
static TestSuiteFitnessFunction |
FitnessFunctions.getFitnessFunction(Properties.Criterion criterion)
getFitnessFunction
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CoverageReportGenerator.writeCoverage(boolean[][] coverage,
Properties.Criterion criterion) |
Copyright © 2010–2017 EvoSuite. All rights reserved.