| Package | Description |
|---|---|
| org.evosuite.testcase.statements | |
| org.evosuite.testcase.statements.reflection |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstructorStatement
This statement represents a constructor call
|
class |
FunctionalMockStatement
Statement representing the creation and setup of a functional mock.
|
class |
MethodStatement |
| Modifier and Type | Class and Description |
|---|---|
class |
PrivateFieldStatement
Statement representing the setting of a private field, which is done through reflection in the
generated JUnit tests.
|
class |
PrivateMethodStatement
Test case statement representing a reflection call to a private method of the SUT
Created by Andrea Arcuri on 22/02/15.
|
Copyright © 2010–2017 EvoSuite. All rights reserved.