public class TestClusterGenerator extends Object
| Constructor and Description |
|---|
TestClusterGenerator(InheritanceTree tree) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNewDependencies(Collection<Class<?>> rawTypes) |
void |
generateCluster(CallGraph callGraph) |
static boolean |
isFinalField(Field field)
This method returns is a given field is final or not.
|
public TestClusterGenerator(InheritanceTree tree)
public void generateCluster(CallGraph callGraph) throws RuntimeException, ClassNotFoundException
public void addNewDependencies(Collection<Class<?>> rawTypes)
public static boolean isFinalField(Field field)
final modifier
during our instrumentation, we also check the list of those
static fields we have modified during the instrumentation.the - field to checkCopyright © 2010–2017 EvoSuite. All rights reserved.