Class DefaultB2BBudgetServiceMockTest
- 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.DefaultB2BBudgetServiceMockTest
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
@UnitTest public class DefaultB2BBudgetServiceMockTest extends HybrisMokitoTest
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.log4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description DefaultB2BBudgetServiceMockTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestFindPagedBudgets()voidtestGetB2BBudgets()voidtestGetCurrentBudgets()
-
-
-
Method Detail
-
setup
public void setup() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetCurrentBudgets
public void testGetCurrentBudgets() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetB2BBudgets
public void testGetB2BBudgets() throws java.lang.Exception- Throws:
java.lang.Exception
-
testFindPagedBudgets
public void testFindPagedBudgets()
-
-