| Package | Description |
|---|---|
| org.evosuite.contracts | |
| org.evosuite.testcase | |
| org.evosuite.testcase.fm | |
| org.evosuite.testcase.jee | |
| org.evosuite.testcase.statements | |
| org.evosuite.utils.generic |
| Constructor and Description |
|---|
JUnitTheoryContract(GenericMethod theoryMethod) |
| Modifier and Type | Method and Description |
|---|---|
VariableReference |
TestFactory.addMethod(TestCase test,
GenericMethod method,
int position,
int recursionDepth)
Add method at given position if max recursion depth has not been reached
|
VariableReference |
TestFactory.addMethodFor(TestCase test,
VariableReference callee,
GenericMethod method,
int position)
Add a call on the method for the given callee at position
|
| Modifier and Type | Method and Description |
|---|---|
GenericMethod |
MethodDescriptor.getGenericMethodFor(GenericClass clazz) |
| Modifier and Type | Method and Description |
|---|---|
static GenericMethod |
InjectionSupport.getInjectorForEntityManager() |
static GenericMethod |
InjectionSupport.getInjectorForEntityManagerFactory() |
static GenericMethod |
InjectionSupport.getInjectorForEvent() |
static GenericMethod |
InjectionSupport.getInjectorForGeneralField() |
static GenericMethod |
InjectionSupport.getInjectorForUserTransaction() |
static GenericMethod |
InjectionSupport.getPostConstruct() |
static GenericMethod |
ServletSupport.getServletInit() |
static GenericMethod |
InjectionSupport.getValidateBean() |
| Modifier and Type | Field and Description |
|---|---|
protected GenericMethod |
MethodStatement.method |
| Modifier and Type | Method and Description |
|---|---|
GenericMethod |
MethodStatement.getAccessibleObject()
Returns the accessibleObject which is used to generate this kind of
statement E.g.
|
GenericMethod |
MethodStatement.getMethod()
Getter for the field
method. |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodStatement.setMethod(GenericMethod method)
Setter for the field
method. |
| Constructor and Description |
|---|
MethodStatement(TestCase tc,
GenericMethod method,
VariableReference callee,
List<VariableReference> parameters)
Constructor for MethodStatement.
|
MethodStatement(TestCase tc,
GenericMethod method,
VariableReference callee,
List<VariableReference> parameters,
VariableReference retVal) |
MethodStatement(TestCase tc,
GenericMethod method,
VariableReference callee,
VariableReference retvar,
List<VariableReference> parameters)
This constructor allows you to use an already existing VariableReference
as retvar.
|
| Modifier and Type | Method and Description |
|---|---|
GenericMethod |
GenericMethod.copy() |
GenericMethod |
GenericMethod.copyWithNewOwner(GenericClass newOwner) |
GenericMethod |
GenericMethod.copyWithOwnerFromReturnType(GenericClass returnType) |
Copyright © 2010–2017 EvoSuite. All rights reserved.