| Interface | Description |
|---|---|
| ConstantPool |
| Class | Description |
|---|---|
| CastClassAnalyzer | |
| CastClassManager | |
| CollectParameterTypesVisitor | |
| ConstantPoolManager | |
| DynamicConstantPool | |
| DynamicConstantVariableProbabilityPool |
Created by gordon on 06/01/2017.
|
| FrequencyBasedPool<T> |
Created by gordon on 06/01/2017.
|
| FrequencyBasedRandomAccessQueue<T> |
Created by gordon on 06/01/2017.
|
| ObjectPool |
Pool of interesting method sequences for different objects
|
| ObjectPoolManager | |
| PrimitiveClassAdapter |
PrimitiveClassAdapter class.
|
| PrimitivePoolMethodAdapter |
PrimitivePoolMethodAdapter class.
|
| StaticConstantPool | |
| StaticConstantVariableProbabilityPool |
Created by gordon on 06/01/2017.
|
| TestCaseRecycler |
This singleton class serves as a pool for TestChromosomes that are worth
recycling
Whenever a TestFitnessFunction detects, that a TestChromosome covers it, the
TestFitnessFunction will notify this Class by calling
testIsInterestingForGoal()
Then whenever a genetic algorithm fills it's initial population it will ask
this class for interesting TestChromosomes concerning it's current
fitness_function getRecycableChromosomes() then returns to the GA a set of
all TestChromosomes that were interesting for TestFitnessFunctions that were
similar to the given fitness_function - for more information look at
TestFitnessFunction.isSimilarTo(), .isCovered() and
GeneticAlgorithm.recycleChromosomes()
|
Copyright © 2010–2017 EvoSuite. All rights reserved.