Uses of Class
org.testng.internal.invokers.objects.GuiceContext
-
Packages that use GuiceContext Package Description org.testng.internal.objects org.testng.internal.objects.pojo -
-
Uses of GuiceContext in org.testng.internal.objects
Constructors in org.testng.internal.objects with parameters of type GuiceContext Constructor Description GuiceHelper(GuiceContext context)
-
Uses of GuiceContext in org.testng.internal.objects.pojo
Fields in org.testng.internal.objects.pojo declared as GuiceContext Modifier and Type Field Description private GuiceContext
CreationAttributes. suiteContext
Methods in org.testng.internal.objects.pojo that return GuiceContext Modifier and Type Method Description GuiceContext
CreationAttributes. getSuiteContext()
Constructors in org.testng.internal.objects.pojo with parameters of type GuiceContext Constructor Description CreationAttributes(BasicAttributes basic, GuiceContext suiteContext)
-