| Package | Description |
|---|---|
| org.evosuite.testcase | |
| org.evosuite.testcase.statements | |
| org.evosuite.utils.generic |
| Modifier and Type | Method and Description |
|---|---|
VariableReference |
TestFactory.addConstructor(TestCase test,
GenericConstructor constructor,
int position,
int recursionDepth) |
VariableReference |
TestFactory.addConstructor(TestCase test,
GenericConstructor constructor,
Type exactType,
int position,
int recursionDepth)
Add constructor at given position if max recursion depth has not been
reached
|
| Modifier and Type | Method and Description |
|---|---|
GenericConstructor |
ConstructorStatement.getAccessibleObject()
Returns the accessibleObject which is used to generate this kind of
statement E.g.
|
GenericConstructor |
ConstructorStatement.getConstructor()
Getter for the field
constructor. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstructorStatement.setConstructor(GenericConstructor constructor)
Setter for the field
constructor. |
| Constructor and Description |
|---|
ConstructorStatement(TestCase tc,
GenericConstructor constructor,
List<VariableReference> parameters)
Constructor for ConstructorStatement.
|
ConstructorStatement(TestCase tc,
GenericConstructor constructor,
VariableReference retvar,
List<VariableReference> parameters)
This constructor allows you to use an already existing VariableReference
as retvar.
|
ConstructorStatement(TestCase tc,
GenericConstructor constructor,
VariableReference retvar,
List<VariableReference> parameters,
boolean check)
Constructor for ConstructorStatement.
|
| Modifier and Type | Method and Description |
|---|---|
GenericConstructor |
GenericConstructor.copy() |
GenericConstructor |
GenericConstructor.copyWithNewOwner(GenericClass newOwner) |
GenericConstructor |
GenericConstructor.copyWithOwnerFromReturnType(GenericClass returnType) |
Copyright © 2010–2017 EvoSuite. All rights reserved.