Class DefaultB2BRegistrationFacadeUnitTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.test.TransactionTest
de.hybris.platform.b2bacceleratorfacades.registration.impl.DefaultB2BRegistrationFacadeUnitTest
- All Implemented Interfaces:
JaloSessionHolder
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.test.TransactionTest
shouldExecuteLogicOnCommit, shouldExecuteLogicOnCommit_NestedTX, shouldExecuteLogicOnRollback, shouldExecuteLogicOnRollback_NestedTX, shouldGetConnectionInTransactionBeginTwoTimeForWrongPropertyValue, shouldGetConnectionOneTimeWithNegativePropertyValue, shouldGetConnectionOneTimeWithPropertyValueSetToZero, shouldThrowExceptionByNullConnectionInTransactionBegin, shouldThrowSQLExceptionAllTimeByGettingConnectionInTransactionBegin, shouldThrowSQLExceptionByGettingConnectionInTransactionBegin, shouldThrowSQLExceptionByPrepareErrorQueryConnectionInTransactionBegin, shouldThrowSQLExceptionThreeTimesByGettingConnectionInTransactionBegin, tearDown, testCacheInvalidationWithUserTransaction, testCommitWithActivateFalse, testConnectionNoClosedAfterRollback, testDeadlocks, testErrorInCommit, testErrorInNestedCommit, testErrorInNestedCommitUsingTxBody, testGetAllAttributes, testGlobalCacheInvalidationMessageSent, testIneffectiveRollbackWithActivateFalse, testInTXModification1, testInTXModification2, testInTXRemoval, testIsolation, testItemAccessDuringCommit_PLA10839, testItemNotAliveAfterTransactionRollback, testItemUpdateDuringCommit_PLA10839, testJaloCacheInvalidation, testLocking, testManualRollbackNoException, testNestedTAError, testNestedTransaction, testNestedTransactionCommit, testNestedTransactionExecute, testNestedTransactionRollback, testNestedTransactionWithCreate, testPermittedExceptions, testRollbackOnCommitError, testToException, testWrongOpenTxCountAfterErrorDuringRollbackMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
DefaultB2BRegistrationFacadeUnitTest
public DefaultB2BRegistrationFacadeUnitTest()
-
-
Method Details
-
setUp
public void setUp() -
registerTestExpectedException
public void registerTestExpectedException() throws CustomerAlreadyExistsException, RegistrationNotEnabledException -
registerTestRegistrationNotEnabledException
public void registerTestRegistrationNotEnabledException() throws CustomerAlreadyExistsException, RegistrationNotEnabledException -
registerTest
-
registerTestNoTitle
public void registerTestNoTitle() throws CustomerAlreadyExistsException, RegistrationNotEnabledException -
registerTestInvalidTitle
public void registerTestInvalidTitle() throws CustomerAlreadyExistsException, RegistrationNotEnabledException -
registerTestNoCountry
public void registerTestNoCountry() throws CustomerAlreadyExistsException, RegistrationNotEnabledException -
registerTestNoRegion
public void registerTestNoRegion() throws CustomerAlreadyExistsException, RegistrationNotEnabledException
-