| Modifier and Type | Method and Description |
|---|---|
String |
TestCodeVisitor.generateCatchBlock(AbstractStatement statement,
Throwable exception)
Returns a catch block for an exception that can be thrown by this
statement.
|
String |
TestCodeVisitor.generateFailAssertion(AbstractStatement statement,
Throwable exception)
Generates a fail assertion for being inserted after a statement
generating an exception.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayStatement
An array statement creates a new array
|
class |
AssignmentStatement
An assignment statement assigns a variable to another variable.
|
class |
ClassPrimitiveStatement |
class |
ConstructorStatement
This statement represents a constructor call
|
class |
EntityWithParametersStatement
Created by Andrea Arcuri on 04/07/15.
|
class |
EnumPrimitiveStatement<T extends Enum<T>>
EnumPrimitiveStatement class.
|
class |
FieldStatement
Statement that accesses an instance/class field
|
class |
FunctionalMockStatement
Statement representing the creation and setup of a functional mock.
|
class |
ImmutableStringPrimitiveStatement |
class |
MethodStatement |
class |
NullStatement
The concept of variableReferences is: that they are created by some
statement.
|
class |
PrimitiveExpression |
class |
PrimitiveStatement<T>
Statement assigning a primitive numeric value
|
class |
StringPrimitiveStatement
StringPrimitiveStatement class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnvironmentDataStatement<T>
Created by arcuri on 12/12/14.
|
class |
FileNamePrimitiveStatement
This class is a wrapper for a string that represents a filename
|
class |
LocalAddressPrimitiveStatement
Created by arcuri on 12/15/14.
|
class |
NamePrimitiveStatement
Created by Andrea Arcuri on 06/12/15.
|
class |
RemoteAddressPrimitiveStatement
Created by arcuri on 12/17/14.
|
class |
UrlPrimitiveStatement
Created by arcuri on 12/14/14.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanPrimitiveStatement
BooleanPrimitiveStatement class.
|
class |
BytePrimitiveStatement
BytePrimitiveStatement class.
|
class |
CharPrimitiveStatement
CharPrimitiveStatement class.
|
class |
DoublePrimitiveStatement
DoublePrimitiveStatement class.
|
class |
FloatPrimitiveStatement
FloatPrimitiveStatement class.
|
class |
IntPrimitiveStatement
IntPrimitiveStatement class.
|
class |
LongPrimitiveStatement
LongPrimitiveStatement class.
|
class |
NumericalPrimitiveStatement<T>
Abstract NumericalPrimitiveStatement class.
|
class |
ShortPrimitiveStatement
ShortPrimitiveStatement class.
|
| 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.