Package | Description |
---|---|
org.testng | |
org.testng.internal | |
org.testng.internal.annotations | |
org.testng.junit | |
org.testng.xml |
Modifier and Type | Method and Description |
---|---|
XmlTest |
ITestContext.getCurrentXmlTest() |
XmlTest |
TestRunner.getCurrentXmlTest() |
XmlTest |
TestRunner.getTest() |
XmlTest |
IClass.getXmlTest() |
XmlTest |
ITestNGMethod.getXmlTest() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
ITestNGMethod.findMethodParameters(XmlTest test) |
ITestNGMethod[] |
ITestMethodFinder.getTestMethods(Class<?> cls,
XmlTest xmlTest) |
TestRunner |
ITestRunnerFactory.newTestRunner(ISuite suite,
XmlTest test,
Collection<IInvokedMethodListener> listeners,
List<IClassListener> classListeners) |
Constructor and Description |
---|
TestRunner(IConfiguration configuration,
ISuite suite,
XmlTest test,
boolean skipFailedInvocationCounts,
Collection<IInvokedMethodListener> invokedMethodListeners,
List<IClassListener> classListeners) |
TestRunner(IConfiguration configuration,
ISuite suite,
XmlTest test,
String outputDirectory,
IAnnotationFinder finder,
boolean skipFailedInvocationCounts,
Collection<IInvokedMethodListener> invokedMethodListeners,
List<IClassListener> classListeners) |
Modifier and Type | Method and Description |
---|---|
XmlTest |
ITestResultNotifier.getTest() |
XmlTest |
NoOpTestClass.getXmlTest() |
XmlTest |
ClonedMethod.getXmlTest() |
XmlTest |
BaseTestMethod.getXmlTest() |
XmlTest |
ClassImpl.getXmlTest() |
Modifier and Type | Method and Description |
---|---|
static Object |
ClassHelper.createInstance(Class<?> declaringClass,
Map<Class,IClass> classes,
XmlTest xmlTest,
IAnnotationFinder finder,
ITestObjectFactory objectFactory)
Create an instance for the given class.
|
static Object |
ClassHelper.createInstance1(Class<?> declaringClass,
Map<Class,IClass> classes,
XmlTest xmlTest,
IAnnotationFinder finder,
IObjectFactory objectFactory) |
Map<String,String> |
ClonedMethod.findMethodParameters(XmlTest test) |
Map<String,String> |
BaseTestMethod.findMethodParameters(XmlTest test) |
protected IClass |
BaseClassFinder.findOrCreateIClass(ITestContext context,
Class cls,
XmlClass xmlClass,
Object instance,
XmlTest xmlTest,
IAnnotationFinder annotationFinder,
ITestObjectFactory objectFactory) |
ITestNGMethod[] |
TestNGMethodFinder.getTestMethods(Class<?> clazz,
XmlTest xmlTest) |
void |
BaseTestMethod.setXmlTest(XmlTest xmlTest) |
Constructor and Description |
---|
ClassImpl(ITestContext context,
Class cls,
XmlClass xmlClass,
Object instance,
Map<Class,IClass> classes,
XmlTest xmlTest,
IAnnotationFinder annotationFinder,
ITestObjectFactory objectFactory) |
FactoryMethod(ConstructorOrMethod com,
Object instance,
XmlTest xmlTest,
IAnnotationFinder annotationFinder,
ITestContext testContext) |
TestNGClassFinder(ClassInfoMap cim,
Map<Class,List<Object>> instanceMap,
XmlTest xmlTest,
IConfiguration configuration,
ITestContext testContext) |
TestNGMethod(Method method,
IAnnotationFinder finder,
XmlTest xmlTest,
Object instance)
Constructs a
TestNGMethod |
Modifier and Type | Method and Description |
---|---|
static ITestNGMethod[] |
AnnotationHelper.findMethodsWithAnnotation(Class<?> rootClass,
Class<? extends IAnnotation> annotationClass,
IAnnotationFinder annotationFinder,
XmlTest xmlTest)
Delegation method for creating the list of
ITestMethod s to be
analysed. |
Modifier and Type | Method and Description |
---|---|
XmlTest |
JUnitTestClass.getXmlTest() |
Modifier and Type | Method and Description |
---|---|
ITestNGMethod[] |
JUnitMethodFinder.getTestMethods(Class cls,
XmlTest xmlTest) |
Modifier and Type | Method and Description |
---|---|
List<XmlTest> |
XmlSuite.getTests()
Returns the tests.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlSuite.addTest(XmlTest test) |
void |
XmlClass.setXmlTest(XmlTest test) |
Modifier and Type | Method and Description |
---|---|
void |
XmlSuite.setTests(List<XmlTest> tests) |
Copyright © 2017. All rights reserved.