| Package | Description |
|---|---|
| org.evosuite.seeding |
| Class and Description |
|---|
| CastClassManager |
| ConstantPool |
| ConstantPoolManager |
| ObjectPool
Pool of interesting method sequences for different objects
|
| ObjectPoolManager |
| 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.