Class DefaultTravellerDaoIntegrationTest
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.travelservices.dao.impl.DefaultTravellerDaoIntegrationTest
- All Implemented Interfaces:
de.hybris.platform.testframework.JaloSessionHolder
@IntegrationTest
public class DefaultTravellerDaoIntegrationTest
extends de.hybris.platform.servicelayer.ServicelayerTransactionalTest
Integration Test for the TravellerDao implementation using ServicelayerTransactionalTest
-
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 TypeMethodDescriptionvoidsetUp()Setup method for the test classvoidMethod to test get travelers by passengerTypeCode, first name text and current customervoidMethod to test get travelers by passengerTypeCode, last name text and current customervoidMethod to test get passenger type by passengerTypeCodeMethods 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
-
DefaultTravellerDaoIntegrationTest
public DefaultTravellerDaoIntegrationTest()
-
-
Method Details
-
setUp
public void setUp()Setup method for the test class -
testFindTravellerByUid
public void testFindTravellerByUid()Method to test get passenger type by passengerTypeCode -
testFindTravellerByFirstName
public void testFindTravellerByFirstName()Method to test get travelers by passengerTypeCode, first name text and current customer -
testFindTravellerBySurName
public void testFindTravellerBySurName()Method to test get travelers by passengerTypeCode, last name text and current customer
-