|
com.acquitygroup.demandware:demandware-testing-framework:0.09 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.acquitygroup.webtest.util.AccountUtil
public class AccountUtil extends Object
| Constructor Summary | |
AccountUtil()
|
|
| Method Summary | |
|---|---|
static void
|
createAccount(Browser browser, Customer localCustomer)
|
MetaClass
|
getMetaClass()
|
Object
|
getProperty(String property)
|
Object
|
invokeMethod(String method, Object arguments)
|
static boolean
|
isLoggedIn(Browser browser, String customerName)
|
static void
|
login(Browser browser, Customer customer)
|
static void
|
logout(Browser browser)
|
void
|
setMetaClass(MetaClass mc)
|
void
|
setProperty(String property, Object value)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
public AccountUtil()
| Method Detail |
|---|
public static void createAccount(Browser browser, Customer localCustomer)
public MetaClass getMetaClass()
public Object getProperty(String property)
public Object invokeMethod(String method, Object arguments)
public static boolean isLoggedIn(Browser browser, String customerName)
public static void login(Browser browser, Customer customer)
public static void logout(Browser browser)
public void setMetaClass(MetaClass mc)
public void setProperty(String property, Object value)
com.acquitygroup.demandware:demandware-testing-framework:0.09