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 PersistentTestContextAbstractTest. contextMethods in org.xwiki.test.ui that return PersistentTestContext Modifier and Type Method Description static PersistentTestContextAbstractTest. getContext()PersistentTestContextPersistentTestContext. 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 voidAbstractTest. initializeSystem(PersistentTestContext context)Used so that AllTests can set the persistent test context.static voidAbstractTest. setContext(PersistentTestContext testContext)static voidTestUtils. 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 voidBaseElement. setContext(PersistentTestContext context)Used so that AllTests can set the persistent test context.
-