|
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.CheckoutUtil
public class CheckoutUtil extends Object
| Constructor Summary | |
CheckoutUtil()
|
|
| Method Summary | |
|---|---|
static void
|
addProductToCart(Browser browser, Integer addQuantity, Product product)
|
static void
|
continueThroughGuestCheckout(Browser browser, Address shipping, Address billing, CreditCard card)
|
static void
|
continueThroughUserCheckout(Browser browser, Address shipping, Address billing, CreditCard card, Customer customer)
|
MetaClass
|
getMetaClass()
|
Object
|
getProperty(String property)
|
Object
|
invokeMethod(String method, Object arguments)
|
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 CheckoutUtil()
| Method Detail |
|---|
public static void addProductToCart(Browser browser, Integer addQuantity, Product product)
public static void continueThroughGuestCheckout(Browser browser, Address shipping, Address billing, CreditCard card)
public static void continueThroughUserCheckout(Browser browser, Address shipping, Address billing, CreditCard card, Customer customer)
public MetaClass getMetaClass()
public Object getProperty(String property)
public Object invokeMethod(String method, Object arguments)
public void setMetaClass(MetaClass mc)
public void setProperty(String property, Object value)
com.acquitygroup.demandware:demandware-testing-framework:0.09