| Package | Description |
|---|---|
| org.evosuite.setup | |
| org.evosuite.setup.callgraph |
| Modifier and Type | Method and Description |
|---|---|
static InheritanceTree |
InheritanceTreeGenerator.createFromClassList(Collection<String> classNames)
Create inheritance tree only for the classes passed as parameter
|
static InheritanceTree |
InheritanceTreeGenerator.createFromClassPath(List<String> classPath)
Iterate over items in classpath and analyze them
|
static InheritanceTree |
TestCluster.getInheritanceTree() |
static InheritanceTree |
DependencyAnalysis.getInheritanceTree() |
static InheritanceTree |
InheritanceTreeGenerator.readInheritanceTree(String fileName) |
static InheritanceTree |
InheritanceTreeGenerator.readJDKData() |
static InheritanceTree |
InheritanceTreeGenerator.readUncompressedInheritanceTree(String fileName) |
| Modifier and Type | Method and Description |
|---|---|
static void |
InheritanceTreeGenerator.gatherStatistics(InheritanceTree inheritanceTree) |
Set<Class<?>> |
ConcreteClassAnalyzer.getConcreteClasses(Class<?> clazz,
InheritanceTree inheritanceTree) |
protected static void |
TestCluster.setInheritanceTree(InheritanceTree inheritancetree) |
static void |
InheritanceTreeGenerator.writeInheritanceTree(InheritanceTree tree,
File file) |
| Constructor and Description |
|---|
TestClusterGenerator(InheritanceTree tree) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CallGraphGenerator.update(CallGraph callGraph,
InheritanceTree inheritanceTree) |
Copyright © 2010–2017 EvoSuite. All rights reserved.