|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlTest | |
---|---|
org.testng | |
org.testng.internal | |
org.testng.remote.strprotocol | |
org.testng.v6 | |
org.testng.xml |
Uses of XmlTest in org.testng |
---|
Fields in org.testng declared as XmlTest | |
---|---|
protected XmlTest |
TestRunner.m_xmlTest
|
Methods in org.testng that return XmlTest | |
---|---|
XmlTest |
TestRunner.getTest()
|
Methods in org.testng with parameters of type XmlTest | |
---|---|
TestRunner |
ITestRunnerFactory.newTestRunner(ISuite suite,
XmlTest test)
|
TestRunner |
SuiteRunner.DefaultTestRunnerFactory.newTestRunner(ISuite suite,
XmlTest test)
|
TestRunner |
SuiteRunner.ProxyTestRunnerFactory.newTestRunner(ISuite suite,
XmlTest test)
|
void |
TestRunner.privateRun(XmlTest xmlTest)
|
Constructors in org.testng with parameters of type XmlTest | |
---|---|
TestRunner(ISuite suite,
XmlTest test,
boolean skipFailedInvocationCounts)
|
|
TestRunner(ISuite suite,
XmlTest test,
IAnnotationFinder finder,
boolean skipFailedInvocationCounts)
|
|
TestRunner(ISuite suite,
XmlTest test,
java.lang.String outputDirectory,
IAnnotationFinder finder,
boolean skipFailedInvocationCounts)
|
Uses of XmlTest in org.testng.internal |
---|
Methods in org.testng.internal that return XmlTest | |
---|---|
XmlTest |
ITestResultNotifier.getTest()
|
Methods in org.testng.internal with parameters of type XmlTest | |
---|---|
static java.lang.Object |
ClassHelper.createInstance(java.lang.Class<?> declaringClass,
java.util.Map<java.lang.Class,IClass> classes,
XmlTest xmlTest,
IAnnotationFinder finder,
IObjectFactory objectFactory)
Create an instance for the given class. |
protected IClass |
BaseClassFinder.findOrCreateIClass(java.lang.Class cls,
java.lang.Object instance,
XmlTest xmlTest,
IAnnotationFinder annotationFinder,
IObjectFactory objectFactory)
|
Constructors in org.testng.internal with parameters of type XmlTest | |
---|---|
ClassImpl(java.lang.Class cls,
java.lang.Object instance,
java.util.Map<java.lang.Class,IClass> classes,
XmlTest xmlTest,
IAnnotationFinder annotationFinder,
IObjectFactory objectFactory)
|
|
FactoryMethod(java.lang.reflect.Method method,
java.lang.Object instance,
XmlTest xmlTest,
IAnnotationFinder annotationFinder,
ITestContext testContext)
|
|
TestNGClassFinder(java.lang.Class[] classes,
java.util.Map<java.lang.Class,java.util.List<java.lang.Object>> instanceMap,
XmlTest xmlTest,
IAnnotationFinder annotationFinder,
ITestContext testContext)
|
Uses of XmlTest in org.testng.remote.strprotocol |
---|
Constructors in org.testng.remote.strprotocol with parameters of type XmlTest | |
---|---|
RemoteMessageSenderTestListener(ISuite suite,
XmlTest test,
StringMessageSenderHelper msh)
|
Uses of XmlTest in org.testng.v6 |
---|
Constructors in org.testng.v6 with parameters of type XmlTest | |
---|---|
Operation(ITestNGMethod method,
int threadAffinity,
IRunGroupFactory runGroupFactory,
XmlTest xmlTest)
|
|
Operation(ITestNGMethod method,
IRunGroupFactory runGroupFactory,
XmlTest xmlTest)
|
|
TestPlan(java.util.List<java.util.List<ITestNGMethod>> sequentialList,
java.util.List<ITestNGMethod> parallelList,
ClassMethodMap cmm,
ITestNGMethod[] beforeSuiteMethods,
ITestNGMethod[] afterSuiteMethods,
ConfigurationGroupMethods groupMethods,
XmlTest xmlTest)
|
Uses of XmlTest in org.testng.xml |
---|
Methods in org.testng.xml that return types with arguments of type XmlTest | |
---|---|
java.util.List<XmlTest> |
XmlSuite.getTests()
Returns the tests. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |