|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITestRunner
| Method Summary | |
|---|---|
void |
configure(File configFile)
Configures the runner by wiring together dependencies as specified by the configuration file. |
void |
configure(String configText)
Configures the runner by wiring together dependencies as specified by the configuration text. |
List |
getTestNGListeners()
Returns a modifiable List of ITestNGListener objects that will be registered directly with the underlying runner. |
void |
run(List paths,
boolean interactiveStart)
Executes the test suites represented by XML files, along with tests represented as Groovy files, whose paths are provided as a parameter to this method. |
| Method Detail |
|---|
List getTestNGListeners()
void configure(File configFile)
configFile - void configure(String configText)
configText -
void run(List paths,
boolean interactiveStart)
paths - paths to files that are either Lightest suite
XML files, or Groovy scripts that are
LightestTestCase's.interactiveStart - whether to start the runner in interactive
mode, if possible
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||