public class InspectorManager extends Object
| Modifier and Type | Method and Description |
|---|---|
List<Inspector> |
getInspectors(Class<?> clazz)
Getter for the field
inspectors. |
static InspectorManager |
getInstance()
Getter for the field
instance. |
void |
removeInspector(Class<?> clazz,
Inspector inspector)
removeInspector
|
static void |
resetSingleton() |
public static InspectorManager getInstance()
Getter for the field instance.
InspectorManager object.public static void resetSingleton()
Copyright © 2010–2017 EvoSuite. All rights reserved.