| Modifier and Type | Method and Description |
|---|---|
void |
ValueMinimizer.visitPrimitiveStatement(PrimitiveStatement<?> statement)
visitPrimitiveStatement
|
abstract void |
TestVisitor.visitPrimitiveStatement(PrimitiveStatement<?> statement)
visitPrimitiveStatement
|
void |
TestCodeVisitor.visitPrimitiveStatement(PrimitiveStatement<?> statement)
visitPrimitiveStatement
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassPrimitiveStatement |
class |
EnumPrimitiveStatement<T extends Enum<T>>
EnumPrimitiveStatement class.
|
class |
ImmutableStringPrimitiveStatement |
class |
NullStatement
The concept of variableReferences is: that they are created by some
statement.
|
class |
StringPrimitiveStatement
StringPrimitiveStatement class.
|
| Modifier and Type | Method and Description |
|---|---|
static PrimitiveStatement<?> |
PrimitiveStatement.getPrimitiveStatement(TestCase tc,
Class<?> clazz) |
static PrimitiveStatement<?> |
PrimitiveStatement.getPrimitiveStatement(TestCase tc,
GenericClass genericClass)
Generate a primitive statement for given type initialized with default
value (0)
|
static PrimitiveStatement<?> |
PrimitiveStatement.getRandomStatement(TestCase tc,
GenericClass clazz,
int position)
Create random primitive statement
|
| 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 | Method and Description |
|---|---|
static PrimitiveStatement<?> |
EnvironmentStatements.getStatement(Class<?> clazz,
TestCase tc) |
| 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 | Method and Description |
|---|---|
void |
GenericTypeInference.visitPrimitiveStatement(PrimitiveStatement<?> statement) |
Copyright © 2010–2017 EvoSuite. All rights reserved.