Class B2BRegistrationWorkflowIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.b2b.B2BIntegrationTest
-
- de.hybris.platform.b2b.WorkflowIntegrationTest
-
- de.hybris.platform.secureportaladdon.workflows.B2BRegistrationWorkflowIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class B2BRegistrationWorkflowIntegrationTest extends WorkflowIntegrationTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.b2b.B2BIntegrationTest
b2bCartFactory, b2bCartService, b2bCostCenterService, b2bEmailService, b2bOrderService, b2bUnitService, baseSiteService, calculationService, commerceCheckoutService, commonI18NService, flexibleSearchService, i18nService, modelService, newestWorkflowService, orderCodeGenerator, processParameterHelper, productService, searchRestrictionService, sessionService, validationService, workflowProcessingService, workflowTemplateService
-
Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importService
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description B2BRegistrationWorkflowIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
beforeTest()
void
cleanUp()
protected B2BRegistrationModel
getB2BRegistrationModel()
void
shouldStartApprovalProcessAndAssertApprovalFromMerchant()
void
shouldStartApprovalProcessAndAssertRejectionFromMerchant()
-
Methods inherited from class de.hybris.platform.b2b.WorkflowIntegrationTest
approveWorkflowAction, waitForProcess, waitForProcessAction, waitForProcessToEnd
-
Methods inherited from class de.hybris.platform.b2b.B2BIntegrationTest
createJobPerformables, createOrder, createOrder, createOrder, loadTestData, login, login, setDefaultCostCenterOnEntries
-
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
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
beforeTest
public void beforeTest() throws java.lang.Exception
- Throws:
java.lang.Exception
-
cleanUp
public void cleanUp()
-
shouldStartApprovalProcessAndAssertApprovalFromMerchant
public void shouldStartApprovalProcessAndAssertApprovalFromMerchant() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldStartApprovalProcessAndAssertRejectionFromMerchant
public void shouldStartApprovalProcessAndAssertRejectionFromMerchant() throws java.lang.Exception
- Throws:
java.lang.Exception
-
getB2BRegistrationModel
protected B2BRegistrationModel getB2BRegistrationModel()
-
-