| Package | Description |
|---|---|
| org.evosuite.continuous.project |
| Modifier and Type | Method and Description |
|---|---|
ProjectStaticData.ClassInfo |
ProjectStaticData.getClassInfo(String name)
Return the class info of the given class (with full qualifying name),
or
null if missing |
| Modifier and Type | Method and Description |
|---|---|
Collection<ProjectStaticData.ClassInfo> |
ProjectStaticData.getClassInfos()
Return an unmodifiable copy of the current data info of the classes in the SUT
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProjectStaticData.addNewClass(ProjectStaticData.ClassInfo info)
Add a new ClassInfo.
|
Copyright © 2010–2016 EvoSuite. All rights reserved.