public static enum Properties.SolverType extends Enum<Properties.SolverType>
| Enum Constant and Description |
|---|
CVC4_SOLVER |
EVOSUITE_SOLVER |
Z3_SOLVER |
Z3_STR2_SOLVER |
| Modifier and Type | Method and Description |
|---|---|
static Properties.SolverType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Properties.SolverType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Properties.SolverType EVOSUITE_SOLVER
public static final Properties.SolverType Z3_SOLVER
public static final Properties.SolverType Z3_STR2_SOLVER
public static final Properties.SolverType CVC4_SOLVER
public static Properties.SolverType[] values()
for (Properties.SolverType c : Properties.SolverType.values()) System.out.println(c);
public static Properties.SolverType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2010–2017 EvoSuite. All rights reserved.