| Class | Description |
|---|---|
| EntBugTestStrategy | |
| FixedNumRandomTestStrategy |
This strategy consists of generating random tests.
|
| IndividualTestStrategy |
This strategy selects one coverage goal at a time
and generates a test that satisfies it.
|
| MOSuiteStrategy |
Test generation with MOSA
|
| PropertiesSearchAlgorithmFactory<T extends Chromosome> |
Factory class for GAs
|
| PropertiesSuiteGAFactory |
Factory for GA on test suites
|
| PropertiesTestGAFactory |
Factory for GA for tests
|
| RandomTestStrategy |
Iteratively generate random tests.
|
| RegressionSuiteStrategy | |
| TestGenerationStrategy |
This is the abstract superclass of all techniques to generate a set of tests
for a target class, which does not neccessarily require the use of a GA.
|
| WholeTestSuiteStrategy |
Regular whole test suite generation
|
Copyright © 2010–2017 EvoSuite. All rights reserved.