Uses of Class
org.testng.internal.IObject.IdentifiableObject
-
Packages that use IObject.IdentifiableObject Package Description org.testng.internal -
-
Uses of IObject.IdentifiableObject in org.testng.internal
Methods in org.testng.internal that return IObject.IdentifiableObject Modifier and Type Method Description IObject.IdentifiableObject[]
ClassImpl. getObjects(boolean create, java.lang.String errorMsgPrefix)
IObject.IdentifiableObject[]
IObject. getObjects(boolean create, java.lang.String errorMsgPrefix)
Returns all the instances the methods will be invoked upon.IObject.IdentifiableObject[]
NoOpTestClass. getObjects(boolean create, java.lang.String errorMsgPrefix)
static IObject.IdentifiableObject[]
IObject. objects(java.lang.Object object, boolean create)
static IObject.IdentifiableObject[]
IObject. objects(java.lang.Object object, boolean create, java.lang.String errorMsgPrefix)
Methods in org.testng.internal with parameters of type IObject.IdentifiableObject Modifier and Type Method Description void
ClassImpl. addObject(IObject.IdentifiableObject instance)
void
IObject. addObject(IObject.IdentifiableObject instance)
void
NoOpTestClass. addObject(IObject.IdentifiableObject instance)
static java.util.List<ITestNGMethod>
ConfigurationMethod. createAfterConfigurationMethods(ITestObjectFactory objectFactory, ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, IObject.IdentifiableObject instance)
static ITestNGMethod[]
ConfigurationMethod. createBeforeConfigurationMethods(ITestObjectFactory objectFactory, ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, IObject.IdentifiableObject instance)
static java.util.List<ITestNGMethod>
ConfigurationMethod. createClassConfigurationMethods(ITestObjectFactory objectFactory, ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, XmlTest xmlTest, IObject.IdentifiableObject instance)
static java.util.List<ITestNGMethod>
ConfigurationMethod. createSuiteConfigurationMethods(ITestObjectFactory objectFactory, ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, IObject.IdentifiableObject instance)
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)
protected IClass
BaseClassFinder. findOrCreateIClass(ITestContext context, java.lang.Class<?> cls, XmlClass xmlClass, IObject.IdentifiableObject instance, IAnnotationFinder annotationFinder, ITestObjectFactory objectFactory)
static java.lang.Object
IObject.IdentifiableObject. unwrap(IObject.IdentifiableObject object)
Constructors in org.testng.internal with parameters of type IObject.IdentifiableObject Constructor Description BaseTestMethod(ITestObjectFactory objectFactory, java.lang.String methodName, ConstructorOrMethod com, IAnnotationFinder annotationFinder, IObject.IdentifiableObject instance)
ClassImpl(ITestContext context, java.lang.Class<?> cls, XmlClass xmlClass, IObject.IdentifiableObject instance, java.util.Map<java.lang.Class<?>,IClass> classes, IAnnotationFinder annotationFinder, ITestObjectFactory objectFactory)
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 IObject.IdentifiableObject Constructor Description TestNGClassFinder(ClassInfoMap cim, java.util.Map<java.lang.Class<?>,java.util.List<IObject.IdentifiableObject>> instanceMap, IConfiguration configuration, ITestContext testContext, DataProviderHolder holder)
-