| Package | Description |
|---|---|
| org.evosuite.instrumentation.testability.transformer |
| Modifier and Type | Class and Description |
|---|---|
class |
BitwiseOperatorTransformer
Make sure bitwise operations on transformed Booleans are still valid
|
class |
BooleanArrayIndexTransformer
Make sure array accesses of boolean arrays are also transformed
|
class |
BooleanArrayTransformer
Make sure arrays of booleans are also transformed
|
class |
BooleanCallsTransformer
Replace signatures of all calls/field accesses on Booleans
|
class |
BooleanDefinitionTransformer
This transformer inserts calls to the get function when a Boolean is put
on the stack
|
class |
BooleanDistanceTransformer
This transformer inserts calls to the put function before a Boolean
predicate
|
class |
BooleanIfTransformer
Transform IFEQ/IFNE to IFLE/IFGT for transformed Boolean variables
|
class |
BooleanReturnTransformer
If a method needs to return a Boolean and not an int, then we need to
transform the int back to a Boolean
|
class |
ImplicitElseTransformer
Expand ifs without else
|
class |
InstanceOfTransformer
Replace instanceof operation with helper that puts int on the stack
|
Copyright © 2010–2017 EvoSuite. All rights reserved.