public class TestCoverageInfo
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
TestCoverageInfo.BranchCov |
| Modifier and Type | Field and Description |
|---|---|
int[] |
branchFalse |
int[] |
branchTrue |
java.util.Map<java.lang.String,java.util.Set<java.lang.Integer>> |
methodToIndices |
| Constructor and Description |
|---|
TestCoverageInfo(int totalBranches,
java.util.Map<java.lang.String,java.util.Set<java.lang.Integer>> map) |
| Modifier and Type | Method and Description |
|---|---|
private java.lang.String |
getCoverageInfo() |
static java.lang.String |
getCoverageInfo(java.lang.Class<?> clazz) |
private TestCoverageInfo.BranchCov |
getCoverageInfo(java.lang.String methodSignature) |
private static TestCoverageInfo |
getCoverageInfoObject(java.lang.Class<?> clazz)
Returns the test coverage information that is stored in static field
randoopCoverageInfo of the given class. |
private static boolean |
isInstrumented(java.lang.Class<?> clazz) |
public final int[] branchTrue
public final int[] branchFalse
public final java.util.Map<java.lang.String,java.util.Set<java.lang.Integer>> methodToIndices
public TestCoverageInfo(int totalBranches,
java.util.Map<java.lang.String,java.util.Set<java.lang.Integer>> map)
private java.lang.String getCoverageInfo()
private TestCoverageInfo.BranchCov getCoverageInfo(java.lang.String methodSignature)
public static java.lang.String getCoverageInfo(java.lang.Class<?> clazz)
private static TestCoverageInfo getCoverageInfoObject(java.lang.Class<?> clazz)
randoopCoverageInfo of the given class.clazz - the class whose coverage information to obtainprivate static boolean isInstrumented(java.lang.Class<?> clazz)