public class LinePool extends Object
| Constructor and Description |
|---|
LinePool() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addLine(String className,
String methodName,
int lineNo)
Insert line into map for class
|
static Set<Integer> |
getAllLines()
Retrieve all lines in the pool
|
static Set<String> |
getKnownClasses()
Returns a Set containing all classes for which this pool knows lines
for as Strings
|
static Set<String> |
getKnownMethodsFor(String className) |
static Set<Integer> |
getLines(String className)
Retrieve all lines in a class
|
static Set<Integer> |
getLines(String className,
String methodName)
Retrieve set of lines
|
static int |
getNumLines()
Retrieve all lines in the pool
|
static void |
removeClass(String className) |
static void |
reset() |
public static void addLine(String className, String methodName, int lineNo)
public static Set<Integer> getLines(String className, String methodName)
public static Set<Integer> getAllLines()
Set object.public static int getNumLines()
Set object.public static Set<String> getKnownClasses()
Set object.public static void removeClass(String className)
public static void reset()
Copyright © 2010–2017 EvoSuite. All rights reserved.