Uses of Interface
org.testng.internal.IContainer
-
Packages that use IContainer Package Description org.testng org.testng.internal -
-
Uses of IContainer in org.testng
Fields in org.testng declared as IContainer Modifier and Type Field Description private IContainer<ITestNGMethod>
TestRunner. testMethodsContainer
-
Uses of IContainer in org.testng.internal
Classes in org.testng.internal that implement IContainer Modifier and Type Class Description class
TestMethodContainer
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 IContainer Constructor Description ConfigurationGroupMethods(IContainer<ITestNGMethod> container, java.util.Map<java.lang.String,java.util.List<ITestNGMethod>> beforeGroupsMethods, java.util.Map<java.lang.String,java.util.List<ITestNGMethod>> afterGroupsMethods)
-