Package de.hybris.platform.test
Class AbstractOrderTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.test.AbstractOrderTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class AbstractOrderTest extends HybrisJUnit4Test
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description AbstractOrderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateNewAddressTrans()voidsetUp()voidtestAddToEntry()voidtestCreateNewAddress()voidtestCreateNewAddressTrans()voidtestGetAllEntries()voidtestGetEntries()voidtestGetEntry()voidtestProductInfo()voidtestRoundingError()voidtestSearchByDate()voidtestSetComposedTypeDelegation()-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testProductInfo
public void testProductInfo() throws ConsistencyCheckException- Throws:
ConsistencyCheckException
-
testSetComposedTypeDelegation
public void testSetComposedTypeDelegation()
-
testSearchByDate
public void testSearchByDate()
-
testAddToEntry
public void testAddToEntry()
-
createNewAddressTrans
public void createNewAddressTrans()
-
testCreateNewAddress
public void testCreateNewAddress()
-
testGetAllEntries
public void testGetAllEntries() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetEntry
public void testGetEntry() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetEntries
public void testGetEntries() throws java.lang.Exception- Throws:
java.lang.Exception
-
testCreateNewAddressTrans
public void testCreateNewAddressTrans() throws java.lang.Exception- Throws:
java.lang.Exception
-
testRoundingError
public void testRoundingError()
-
-