|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.test.ui.PersistentTestContext
public class PersistentTestContext
This is a container for holding all of the information which should persist throughout all of the tests.
| Constructor Summary | |
|---|---|
PersistentTestContext()
Starts an XWiki instance if not already started. |
|
PersistentTestContext(PersistentTestContext toClone)
|
|
PersistentTestContext(XWikiExecutor executor)
Don't start an XWiki instance, instead use an existing started instance. |
|
| Method Summary | |
|---|---|
org.openqa.selenium.WebDriver |
getDriver()
|
Map<String,Object> |
getProperties()
|
PersistentTestContext |
getUnstoppable()
Get a clone of this context which cannot be stopped by calling shutdown. |
TestUtils |
getUtil()
|
void |
shutdown()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PersistentTestContext()
throws Exception
Exception
public PersistentTestContext(XWikiExecutor executor)
throws Exception
Exceptionpublic PersistentTestContext(PersistentTestContext toClone)
| Method Detail |
|---|
public org.openqa.selenium.WebDriver getDriver()
public TestUtils getUtil()
public void shutdown()
throws Exception
Exceptionpublic Map<String,Object> getProperties()
public PersistentTestContext getUnstoppable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||