public static enum Properties.OutputFormat extends Enum<Properties.OutputFormat>
| Modifier and Type | Method and Description |
|---|---|
static Properties.OutputFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Properties.OutputFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Properties.OutputFormat JUNIT3
public static final Properties.OutputFormat JUNIT4
public static final Properties.OutputFormat TESTNG
public static Properties.OutputFormat[] values()
for (Properties.OutputFormat c : Properties.OutputFormat.values()) System.out.println(c);
public static Properties.OutputFormat 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.