com.acquitygroup.demandware:demandware-testing-framework:0.09

com.acquitygroup.webtest.util
[Java] Class AccountUtil

java.lang.Object
  com.acquitygroup.webtest.util.AccountUtil
All Implemented Interfaces:
GroovyObject

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

AccountUtil

public AccountUtil()


 
Method Detail

createAccount

public static void createAccount(Browser browser, Customer localCustomer)


getMetaClass

public MetaClass getMetaClass()


getProperty

public Object getProperty(String property)


invokeMethod

public Object invokeMethod(String method, Object arguments)


isLoggedIn

public static boolean isLoggedIn(Browser browser, String customerName)


login

public static void login(Browser browser, Customer customer)


logout

public static void logout(Browser browser)


setMetaClass

public void setMetaClass(MetaClass mc)


setProperty

public void setProperty(String property, Object value)


 

com.acquitygroup.demandware:demandware-testing-framework:0.09