Interface | Description |
---|---|
TestNgTestSuite |
A complete test suite that contains one or more test sets.
|
Class | Description |
---|---|
ConfigurationAwareTestNGReporter |
Just like TestNGReporter, but explicitly implements IResultListener; this interface is new in TestNG 5.5
|
TestNGDirectoryTestSuite |
Test suite for TestNG based on a directory of Java test classes.
|
TestNGExecutor |
Contains utility methods for executing TestNG.
|
TestNGProvider | |
TestNGReporter |
Listens for and provides and adaptor layer so that
TestNG tests can report their status to the current
RunListener . |
TestNGTestSet |
Main plugin point for running testng tests within the Surefire runtime
infrastructure.
|
TestNGXmlTestSuite |
Handles suite xml file definitions for TestNG.
|
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.