Class DefaultVendorDaoTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.servicelayer.ServicelayerTest
de.hybris.platform.servicelayer.ServicelayerTransactionalTest
de.hybris.platform.marketplaceservices.vendor.daos.impl.DefaultVendorDaoTest
- All Implemented Interfaces:
JaloSessionHolder
-
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importServiceFields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcreateConsignmentEntryForVendor(ConsignmentModel consignment) extract a common method to create consignmentprotected ConsignmentModelextract a common method to create consignmentprotected PageableDatacreatePageableData(int pageNumber, int pageSize, String sortCode) voidprepare()voidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNoneMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
DefaultVendorDaoTest
public DefaultVendorDaoTest()
-
-
Method Details
-
prepare
public void prepare() -
testFindVendorByCode
public void testFindVendorByCode() -
testFindActiveVendor
public void testFindActiveVendor() -
testFindVendorByProductCode
public void testFindVendorByProductCode() -
testFindActiveCatalogs
public void testFindActiveCatalogs() -
testFindActiveCatalogVersions
public void testFindActiveCatalogVersions() -
testFindVendorByConsignmentCode
public void testFindVendorByConsignmentCode() -
testFindPendingConsignmentEntryByVendor
public void testFindPendingConsignmentEntryByVendor() -
testFindPagedActiveVendors
public void testFindPagedActiveVendors() -
createConsignmentForVendor
extract a common method to create consignment- Parameters:
vendor- the target vendor
-
createConsignmentEntryForVendor
extract a common method to create consignment- Parameters:
vendor- the target vendor
-
createPageableData
-