Uses of Interface
org.testng.internal.IContainer
Packages that use IContainer
-
Uses of IContainer in org.testng
Fields in org.testng declared as IContainerModifier and TypeFieldDescriptionprivate final IContainer<ITestNGMethod>
TestRunner.testMethodsContainer
-
Uses of IContainer in org.testng.internal
Classes in org.testng.internal that implement IContainerModifier and TypeClassDescriptionfinal class
This implementation leverages a supplier to lazily load the test methods (data) for the very first time and "remembers it" for later invocations.Constructors in org.testng.internal with parameters of type IContainerModifierConstructorDescriptionConfigurationGroupMethods
(IContainer<ITestNGMethod> container, Map<String, List<ITestNGMethod>> beforeGroupsMethods, Map<String, List<ITestNGMethod>> afterGroupsMethods)