Uses of Class
org.testng.internal.IObject.IdentifiableObject
Packages that use IObject.IdentifiableObject
-
Uses of IObject.IdentifiableObject in org.testng.internal
Methods in org.testng.internal that return IObject.IdentifiableObjectModifier and TypeMethodDescriptionClassImpl.getObjects(boolean create, String errorMsgPrefix) IObject.getObjects(boolean create, String errorMsgPrefix) Returns all the instances the methods will be invoked upon.NoOpTestClass.getObjects(boolean create, String errorMsgPrefix) static IObject.IdentifiableObject[]static IObject.IdentifiableObject[]Methods in org.testng.internal with parameters of type IObject.IdentifiableObjectModifier and TypeMethodDescriptionvoidClassImpl.addObject(IObject.IdentifiableObject instance) voidIObject.addObject(IObject.IdentifiableObject instance) voidNoOpTestClass.addObject(IObject.IdentifiableObject instance) static 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 List<ITestNGMethod> ConfigurationMethod.createClassConfigurationMethods(ITestObjectFactory objectFactory, ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, XmlTest xmlTest, IObject.IdentifiableObject instance) static List<ITestNGMethod> ConfigurationMethod.createSuiteConfigurationMethods(ITestObjectFactory objectFactory, ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, IObject.IdentifiableObject instance) static List<ITestNGMethod> ConfigurationMethod.createTestConfigurationMethods(ITestObjectFactory objectFactory, ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, XmlTest xmlTest, IObject.IdentifiableObject instance) static List<ITestNGMethod> ConfigurationMethod.createTestMethodConfigurationMethods(ITestObjectFactory objectFactory, ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, XmlTest xmlTest, IObject.IdentifiableObject instance) protected IClassBaseClassFinder.findOrCreateIClass(ITestContext context, Class<?> cls, XmlClass xmlClass, IObject.IdentifiableObject instance, IAnnotationFinder annotationFinder, ITestObjectFactory objectFactory) static ObjectIObject.IdentifiableObject.unwrap(IObject.IdentifiableObject object) Constructors in org.testng.internal with parameters of type IObject.IdentifiableObjectModifierConstructorDescriptionBaseTestMethod(ITestObjectFactory objectFactory, String methodName, ConstructorOrMethod com, IAnnotationFinder annotationFinder, IObject.IdentifiableObject instance) ClassImpl(ITestContext context, Class<?> cls, XmlClass xmlClass, IObject.IdentifiableObject instance, Map<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, String[] beforeGroups, String[] afterGroups, XmlTest xmlTest, IObject.IdentifiableObject instance) TestNGMethod(ITestObjectFactory objectFactory, Method method, IAnnotationFinder finder, XmlTest xmlTest, IObject.IdentifiableObject instance) Constructs aTestNGMethodConstructor parameters in org.testng.internal with type arguments of type IObject.IdentifiableObjectModifierConstructorDescriptionTestNGClassFinder(ClassInfoMap cim, Map<Class<?>, List<IObject.IdentifiableObject>> instanceMap, IConfiguration configuration, ITestContext testContext, DataProviderHolder holder)