Class DefaultB2BMerchantCheckServiceMockTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- de.hybris.platform.servicelayer.MockTest
-
- de.hybris.platform.b2b.mock.HybrisMokitoTest
-
- de.hybris.platform.b2b.services.impl.DefaultB2BMerchantCheckServiceMockTest
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
@UnitTest public class DefaultB2BMerchantCheckServiceMockTest extends HybrisMokitoTest
Created by IntelliJ IDEA. User: deniszontak Date: 5/12/11 Time: 10:56 AM To change this template use File | Settings | File Templates.
-
-
Constructor Summary
Constructors Constructor Description DefaultB2BMerchantCheckServiceMockTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestEvaluateMerchantChecks()voidtestGetMerchantCheckTypes()voidtestSetMerchantCheckTypes()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetMerchantCheckTypes
public void testGetMerchantCheckTypes() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSetMerchantCheckTypes
public void testSetMerchantCheckTypes() throws java.lang.Exception- Throws:
java.lang.Exception
-
testEvaluateMerchantChecks
public void testEvaluateMerchantChecks() throws java.lang.Exception- Throws:
java.lang.Exception
-
-