Class DefaultB2BCostCenterServiceMockTest
- 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.DefaultB2BCostCenterServiceMockTest
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
@IntegrationTest public class DefaultB2BCostCenterServiceMockTest extends HybrisMokitoTest
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.log4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description DefaultB2BCostCenterServiceMockTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldFindB2BBudget()voidshouldReturnASetOfB2BBudgets()voidtestFindCostCenters()voidtestGetAvailableCurrencies()voidtestGetCostCenters()voidtestGetCostCentersForUnitBranch()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testFindCostCenters
public void testFindCostCenters() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldFindB2BBudget
public void shouldFindB2BBudget()
-
shouldReturnASetOfB2BBudgets
public void shouldReturnASetOfB2BBudgets()
-
testGetCostCentersForUnitBranch
public void testGetCostCentersForUnitBranch()
-
testGetAvailableCurrencies
public void testGetAvailableCurrencies()
-
testGetCostCenters
public void testGetCostCenters()
-
-