public class RegressionAssertionGenerator extends AssertionGenerator
| Modifier and Type | Field and Description |
|---|---|
static Class<?>[] |
observerClasses
Constant
observerClasses |
arrayObserver, logger| Constructor and Description |
|---|
RegressionAssertionGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAssertions(TestCase test)
addAssertions
|
ExecutionResult |
runTest(TestCase test)
Execute a test case on a mutant
|
addAssertions, changeClassLoader, filterFailingAssertions, filterFailingAssertions, filterFailingAssertions, setupClassLoaderpublic static Class<?>[] observerClasses
observerClassespublic void addAssertions(TestCase test)
AssertionGeneratoraddAssertions
addAssertions in class AssertionGeneratortest - a TestCase object.public ExecutionResult runTest(TestCase test)
runTest in class AssertionGeneratortest - The test case that should be executedExecutionResult object.Copyright © 2010–2017 EvoSuite. All rights reserved.