Uses of Class
org.xwiki.test.ui.PersistentTestContext
-
Packages that use PersistentTestContext Package Description org.xwiki.test.ui org.xwiki.test.ui.po -
-
Uses of PersistentTestContext in org.xwiki.test.ui
Fields in org.xwiki.test.ui declared as PersistentTestContext Modifier and Type Field Description protected static PersistentTestContext
AbstractTest. context
Methods in org.xwiki.test.ui that return PersistentTestContext Modifier and Type Method Description static PersistentTestContext
AbstractTest. getContext()
PersistentTestContext
PersistentTestContext. getUnstoppable()
Get a clone of this context which cannot be stopped by calling shutdown.Methods in org.xwiki.test.ui with parameters of type PersistentTestContext Modifier and Type Method Description static void
AbstractTest. initializeSystem(PersistentTestContext context)
Used so that AllTests can set the persistent test context.static void
AbstractTest. setContext(PersistentTestContext testContext)
static void
TestUtils. setContext(PersistentTestContext context)
Used so that AllTests can set the persistent test context.Constructors in org.xwiki.test.ui with parameters of type PersistentTestContext Constructor Description PersistentTestContext(PersistentTestContext toClone)
-
Uses of PersistentTestContext in org.xwiki.test.ui.po
Methods in org.xwiki.test.ui.po with parameters of type PersistentTestContext Modifier and Type Method Description static void
BaseElement. setContext(PersistentTestContext context)
Used so that AllTests can set the persistent test context.
-