public enum Settings extends Enum<Settings>
| Modifier and Type | Method and Description | 
|---|---|
Configuration | 
getConfiguration()  | 
TestFramework | 
getFramework()  | 
String | 
path()  | 
String | 
profile()  | 
static Settings | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Settings[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final Settings JUNIT4_TEST
public static final Settings JUNIT47_TEST
public static final Settings JUNIT4_INCLUDES
public static final Settings JUNIT47_INCLUDES
public static final Settings JUNIT4_INCLUDES_EXCLUDES
public static final Settings JUNIT47_INCLUDES_EXCLUDES
public static final Settings JUNIT4_INCLUDES_FILE
public static final Settings JUNIT47_INCLUDES_FILE
public static final Settings JUNIT4_INCLUDES_EXCLUDES_FILE
public static final Settings JUNIT47_INCLUDES_EXCLUDES_FILE
public static final Settings TestNG_TEST
public static final Settings TestNG_INCLUDES
public static final Settings TestNG_INCLUDES_EXCLUDES
public static final Settings TestNG_INCLUDES_FILE
public static final Settings TestNG_INCLUDES_EXCLUDES_FILE
public static Settings[] values()
for (Settings c : Settings.values()) System.out.println(c);
public static Settings 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 nullpublic String path()
public String profile()
public TestFramework getFramework()
public Configuration getConfiguration()
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.