Uses of Class
org.testng.xml.XmlTest
-
Packages that use XmlTest Package Description org.testng org.testng.internal org.testng.internal.annotations org.testng.internal.objects.pojo org.testng.xml org.testng.xml.internal -
-
Uses of XmlTest in org.testng
Methods in org.testng that return XmlTest Modifier and Type Method Description XmlTest
ITestContext. getCurrentXmlTest()
XmlTest
TestRunner. getCurrentXmlTest()
XmlTest
TestRunner. getTest()
XmlTest
IClass. getXmlTest()
XmlTest
ITestNGMethod. getXmlTest()
Methods in org.testng with parameters of type XmlTest Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
ITestNGMethod. findMethodParameters(XmlTest test)
ITestNGMethod[]
ITestMethodFinder. getTestMethods(java.lang.Class<?> cls, XmlTest xmlTest)
TestRunner
ITestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners)
default TestRunner
ITestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners, java.util.Map<java.lang.Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners)
Produces a newTestRunner
default TestRunner
ITestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners, DataProviderHolder holder)
Produces a newTestRunner
Constructors in org.testng with parameters of type XmlTest Constructor Description TestRunner(IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners, java.util.Comparator<ITestNGMethod> comparator, ISuiteRunnerListener suiteRunner)
TestRunner(IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners, ISuiteRunnerListener suiteRunner)
TestRunner(IConfiguration configuration, ISuite suite, XmlTest test, java.lang.String outputDirectory, IAnnotationFinder finder, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners, java.util.Comparator<ITestNGMethod> comparator, DataProviderHolder otherHolder, ISuiteRunnerListener suiteRunner)
-
Uses of XmlTest in org.testng.internal
Methods in org.testng.internal that return XmlTest Modifier and Type Method Description XmlTest
ITestResultNotifier. getTest()
XmlTest
BaseTestMethod. getXmlTest()
XmlTest
ClassImpl. getXmlTest()
XmlTest
ClonedMethod. getXmlTest()
XmlTest
LiteWeightTestNGMethod. getXmlTest()
XmlTest
NoOpTestClass. getXmlTest()
XmlTest
RunInfo. getXmlTest()
XmlTest
WrappedTestNGMethod. getXmlTest()
Methods in org.testng.internal with parameters of type XmlTest Modifier and Type Method Description static java.util.List<ITestNGMethod>
ConfigurationMethod. createClassConfigurationMethods(ITestObjectFactory objectFactory, ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, XmlTest xmlTest, IObject.IdentifiableObject instance)
static DynamicGraph<ITestNGMethod>
DynamicGraphHelper. createDynamicGraph(ITestNGMethod[] methods, XmlTest xmlTest)
static java.util.List<ITestNGMethod>
ConfigurationMethod. createTestConfigurationMethods(ITestObjectFactory objectFactory, ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, XmlTest xmlTest, IObject.IdentifiableObject instance)
static java.util.List<ITestNGMethod>
ConfigurationMethod. createTestMethodConfigurationMethods(ITestObjectFactory objectFactory, ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, XmlTest xmlTest, IObject.IdentifiableObject instance)
java.util.Map<java.lang.String,java.lang.String>
BaseTestMethod. findMethodParameters(XmlTest test)
java.util.Map<java.lang.String,java.lang.String>
ClonedMethod. findMethodParameters(XmlTest test)
java.util.Map<java.lang.String,java.lang.String>
LiteWeightTestNGMethod. findMethodParameters(XmlTest test)
java.util.Map<java.lang.String,java.lang.String>
WrappedTestNGMethod. findMethodParameters(XmlTest test)
ITestNGMethod[]
TestNGMethodFinder. getTestMethods(java.lang.Class<?> clazz, XmlTest xmlTest)
void
BaseTestMethod. setXmlTest(XmlTest xmlTest)
Constructors in org.testng.internal with parameters of type XmlTest Constructor Description ConfigurationMethod(ITestObjectFactory objectFactory, ConstructorOrMethod com, IAnnotationFinder annotationFinder, boolean isBeforeSuite, boolean isAfterSuite, boolean isBeforeTest, boolean isAfterTest, boolean isBeforeClass, boolean isAfterClass, boolean isBeforeMethod, boolean isAfterMethod, boolean isIgnoreFailure, java.lang.String[] beforeGroups, java.lang.String[] afterGroups, XmlTest xmlTest, IObject.IdentifiableObject instance)
TestNGMethod(ITestObjectFactory objectFactory, java.lang.reflect.Method method, IAnnotationFinder finder, XmlTest xmlTest, IObject.IdentifiableObject instance)
Constructs aTestNGMethod
Constructor parameters in org.testng.internal with type arguments of type XmlTest Constructor Description RunInfo(java.util.function.Supplier<XmlTest> xmlTest)
-
Uses of XmlTest in org.testng.internal.annotations
Methods in org.testng.internal.annotations with parameters of type XmlTest Modifier and Type Method Description static ITestNGMethod[]
AnnotationHelper. findMethodsWithAnnotation(ITestObjectFactory objectFactory, java.lang.Class<?> rootClass, java.lang.Class<? extends IAnnotation> annotationClass, IAnnotationFinder annotationFinder, XmlTest xmlTest)
-
Uses of XmlTest in org.testng.internal.objects.pojo
Methods in org.testng.internal.objects.pojo that return XmlTest Modifier and Type Method Description XmlTest
DetailedAttributes. getXmlTest()
Methods in org.testng.internal.objects.pojo with parameters of type XmlTest Modifier and Type Method Description void
DetailedAttributes. setXmlTest(XmlTest xmlTest)
-
Uses of XmlTest in org.testng.xml
Methods in org.testng.xml that return types with arguments of type XmlTest Modifier and Type Method Description java.util.List<XmlTest>
XmlSuite. getTests()
Returns the tests.Methods in org.testng.xml with parameters of type XmlTest Modifier and Type Method Description void
XmlSuite. addTest(XmlTest test)
java.lang.String
IWeaveXml. asXml(XmlTest xmlTest, java.lang.String indent)
Helps represent the contents ofXmlTest
as a String.void
XmlClass. setXmlTest(XmlTest test)
Method parameters in org.testng.xml with type arguments of type XmlTest Modifier and Type Method Description void
XmlSuite. setTests(java.util.List<XmlTest> tests)
-
Uses of XmlTest in org.testng.xml.internal
Methods in org.testng.xml.internal that return types with arguments of type XmlTest Modifier and Type Method Description java.util.List<XmlTest>
TestNamesMatcher. getMatchedTests()
-