public static class ProjectStaticData.ClassInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
hasCode
we cannot only consider the number of branches, as there might be
CUTs with code but no branches
|
int |
numberOfBranches |
Class<?> |
theClass |
| Constructor and Description |
|---|
ClassInfo(Class<?> theClass,
int numberOfBranches,
boolean hasCode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
int |
getMemoryInMB() |
int |
getTimeBudgetInSeconds() |
boolean |
hasChanged() |
boolean |
isTestable() |
boolean |
isToTest() |
void |
isToTest(boolean isToTest) |
void |
setChanged(boolean changed) |
void |
setMemoryInMB(int memoryInMB) |
void |
setTimeBudgetInSeconds(int timeBudgetInSeconds) |
public final Class<?> theClass
public final int numberOfBranches
public final boolean hasCode
public ClassInfo(Class<?> theClass, int numberOfBranches, boolean hasCode)
public String getClassName()
public boolean isTestable()
public void setChanged(boolean changed)
public boolean hasChanged()
public void isToTest(boolean isToTest)
public boolean isToTest()
public void setTimeBudgetInSeconds(int timeBudgetInSeconds)
public int getTimeBudgetInSeconds()
public void setMemoryInMB(int memoryInMB)
public int getMemoryInMB()
Copyright © 2010–2016 EvoSuite. All rights reserved.