public class ConstantPoolManager extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addDynamicConstant(Object value) |
void |
addNonSUTConstant(Object value) |
void |
addSUTConstant(Object value) |
ConstantPool |
getConstantPool() |
ConstantPool |
getDynamicConstantPool() |
static ConstantPoolManager |
getInstance() |
void |
reset() |
public static ConstantPoolManager getInstance()
public void addSUTConstant(Object value)
public void addNonSUTConstant(Object value)
public void addDynamicConstant(Object value)
public ConstantPool getConstantPool()
public ConstantPool getDynamicConstantPool()
public void reset()
Copyright © 2010–2017 EvoSuite. All rights reserved.