Package de.hybris.bootstrap.ddl
Class InitUserPasswordServiceTest
- java.lang.Object
-
- de.hybris.bootstrap.ddl.InitUserPasswordServiceTest
-
@UnitTest public class InitUserPasswordServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InitUserPasswordServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprepareTest()voidshouldReturnUserPassword()voidshouldThrowExceptionIfPasswordIsEmpty()voidshouldThrowExceptionIfPasswordIsNotProvidedForUser()
-
-
-
Method Detail
-
prepareTest
public void prepareTest()
-
shouldReturnUserPassword
public void shouldReturnUserPassword()
-
shouldThrowExceptionIfPasswordIsEmpty
public void shouldThrowExceptionIfPasswordIsEmpty()
-
shouldThrowExceptionIfPasswordIsNotProvidedForUser
public void shouldThrowExceptionIfPasswordIsNotProvidedForUser()
-
-