Class AssistedServicePlaceOrderMethodHookTest
- java.lang.Object
-
- de.hybris.platform.assistedservicefacades.hook.AssistedServicePlaceOrderMethodHookTest
-
@UnitTest public class AssistedServicePlaceOrderMethodHookTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AssistedServicePlaceOrderMethodHookTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterLoggedOutPlaceOrderTest()
void
afterPlaceOrderTest()
void
setUp()
-
-
-
Method Detail
-
setUp
public void setUp()
-
afterLoggedOutPlaceOrderTest
public void afterLoggedOutPlaceOrderTest() throws InvalidCartException
- Throws:
InvalidCartException
-
afterPlaceOrderTest
public void afterPlaceOrderTest() throws InvalidCartException
- Throws:
InvalidCartException
-
-