org.xwiki.test.ui
Class AbstractStandardUserAuthenticatedTest

java.lang.Object
  extended by org.xwiki.test.ui.AbstractTest
      extended by org.xwiki.test.ui.AbstractStandardUserAuthenticatedTest

public abstract class AbstractStandardUserAuthenticatedTest
extends AbstractTest

Helper class to be extended by tests requiring a standard user logged in.

Since:
5.0M2
Version:
$Id: 7c30f64700e69abebfd679202741628a40322a33 $

Field Summary
 
Fields inherited from class org.xwiki.test.ui.AbstractTest
browserRule, context, testDebugger, testName
 
Constructor Summary
AbstractStandardUserAuthenticatedTest()
           
 
Method Summary
static void loginStandardUser()
           
 void setUp()
           
 
Methods inherited from class org.xwiki.test.ui.AbstractTest
getDriver, getTestClassName, getTestMethodName, getUtil, init, setContext, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractStandardUserAuthenticatedTest

public AbstractStandardUserAuthenticatedTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

loginStandardUser

public static void loginStandardUser()


Copyright © 2004-2013 XWiki. All Rights Reserved.