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

com.acquitygroup.webtest.module.cart
[Java] Class MiniCartModule

java.lang.Object
  geb.Module
      com.acquitygroup.webtest.module.cart.AbstractCartModule
          com.acquitygroup.webtest.module.cart.MiniCartModule

public class MiniCartModule
extends AbstractCartModule

Method Summary
static Object getContent()

Integer getCurrentProductCount(Integer index)

boolean isCartEmpty()

boolean isProductInCart(Product product)

static void setContent(Object value)

void showMiniCart()

 
Methods inherited from class AbstractCartModule
getContent, isProductInCart, setContent
 

Method Detail

getContent

public static Object getContent()


getCurrentProductCount

public Integer getCurrentProductCount(Integer index)


isCartEmpty

public boolean isCartEmpty()


isProductInCart

public boolean isProductInCart(Product product)


setContent

public static void setContent(Object value)


showMiniCart

public void showMiniCart()


 

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