| Package | Description |
|---|---|
| org.evosuite | |
| org.evosuite.coverage.mutation | |
| org.evosuite.ga.metaheuristics | |
| org.evosuite.ga.stoppingconditions | |
| org.evosuite.strategy | |
| org.evosuite.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
ShutdownTestWriter
ShutdownTestWriter class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MutationTimeoutStoppingCondition
MutationTimeoutStoppingCondition class.
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<StoppingCondition> |
GeneticAlgorithm.stoppingConditions
List of conditions on which to end the search
|
| Modifier and Type | Method and Description |
|---|---|
Set<StoppingCondition> |
GeneticAlgorithm.getStoppingConditions() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneticAlgorithm.addStoppingCondition(StoppingCondition condition)
addStoppingCondition
|
void |
GeneticAlgorithm.removeStoppingCondition(StoppingCondition condition)
removeStoppingCondition
|
void |
GeneticAlgorithm.setStoppingCondition(StoppingCondition condition)
setStoppingCondition
|
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalTimeStoppingCondition
GlobalTimeStoppingCondition class.
|
class |
MaxFitnessEvaluationsStoppingCondition
Stop search after a predefined maximum search depth
|
class |
MaxGenerationStoppingCondition
Stop search after a predefined number of iterations
|
class |
MaxLengthStoppingCondition
Stop search when a maximum (average) length has been reached.
|
class |
MaxStatementsStoppingCondition
MaxStatementsStoppingCondition class.
|
class |
MaxTestsStoppingCondition
MaxTestsStoppingCondition class.
|
class |
MaxTimeStoppingCondition
Stop search after a predefined amount of time
|
class |
RMIStoppingCondition |
class |
SocketStoppingCondition
SocketStoppingCondition class.
|
class |
StoppingConditionImpl
Base class of decision functions that stop the search
|
class |
TimeDeltaStoppingCondition |
class |
ZeroFitnessStoppingCondition
Stop the search when the fitness has reached 0 (assuming minimization)
|
| Modifier and Type | Field and Description |
|---|---|
protected StoppingCondition |
TestGenerationStrategy.globalTime
There should only be one
|
| Modifier and Type | Method and Description |
|---|---|
protected StoppingCondition |
TestGenerationStrategy.getStoppingCondition()
Convert property to actual stopping condition
|
protected StoppingCondition |
PropertiesSearchAlgorithmFactory.getStoppingCondition() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
TestGenerationStrategy.isFinished(TestSuiteChromosome chromosome,
StoppingCondition stoppingCondition)
Check if the budget has been used up.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceController
EvoSuite can run out of resources: eg out of memory, or too many threads that
are stalled and cannot be killed.
|
Copyright © 2010–2017 EvoSuite. All rights reserved.