|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IConfiguration
Represents a configuration of the test run
| Method Summary | |
|---|---|
groovy.lang.GroovyClassLoader |
getClassLoader()
Returns the class loader that was used (or whose equivalent may be used) to load the configuration-related classes. |
List |
getClassPaths()
Returns a List of Strings representing class paths under which tasks and potentially environment and preference classes are defined. |
String |
getContextClass()
Returns the name of the class to be used as the context class. |
IDispatcherAssignmentStrategy |
getDispatcherAssignmentStrategy()
|
List |
getEnvironments()
Returns a List of ITestEnvironment instances. |
ILightestReporter |
getFailedReporter()
|
List |
getListeners()
Returns a list of listener instances to be registered directly with the TestNG runner. |
String |
getOutputDir()
Returns the output directory for the test run report. |
ILightestReporter |
getPendingReporter()
|
IPreferences |
getPreferences()
Returns an instance of the concrete implementation of IPreferences. |
List |
getReporters()
Returns a list of reporter instances. |
ITaskDispatchStrategy |
getTaskDispatchStrategy()
Returns an instance of the ITaskDispatchStrategy implementation to use instead of whatever implementation is available by default. |
ILightestReporter |
getXMLReporter()
|
| Method Detail |
|---|
groovy.lang.GroovyClassLoader getClassLoader()
List getClassPaths()
String getOutputDir()
List getEnvironments()
IPreferences getPreferences()
List getReporters()
List getListeners()
ITestNGListener.
String getContextClass()
ILightestReporter getXMLReporter()
ILightestReporter getPendingReporter()
ILightestReporter getFailedReporter()
IDispatcherAssignmentStrategy getDispatcherAssignmentStrategy()
ITaskDispatchStrategy getTaskDispatchStrategy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||