Class DefaultTmaAddressServiceIntegrationTest
- 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.b2ctelcoservices.services.impl.DefaultTmaAddressServiceIntegrationTest
-
- All Implemented Interfaces:
de.hybris.platform.testframework.JaloSessionHolder
@IntegrationTest public class DefaultTmaAddressServiceIntegrationTest extends de.hybris.platform.servicelayer.ServicelayerTransactionalTestTest class forDefaultTmaAddressService- Since:
- 1911
-
-
Constructor Summary
Constructors Constructor Description DefaultTmaAddressServiceIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestDoesAddressExist()voidtestDoesAddressExistNotFound()voidtestFindAddress()-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNone
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSession
-
-
-
-
Method Detail
-
setUp
public void setUp() throws de.hybris.platform.impex.jalo.ImpExException- Throws:
de.hybris.platform.impex.jalo.ImpExException
-
testFindAddress
public void testFindAddress()
-
testDoesAddressExist
public void testDoesAddressExist()
-
testDoesAddressExistNotFound
public void testDoesAddressExistNotFound()
-
-