Class AuthenticationFailureEventListenerTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTransactionalBaseTest
-
- de.hybris.platform.servicelayer.user.interceptors.AbstractAuthenticationEventListenerTest
-
- de.hybris.platform.servicelayer.user.interceptors.AuthenticationFailureEventListenerTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class AuthenticationFailureEventListenerTest extends AbstractAuthenticationEventListenerTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.servicelayer.user.interceptors.AbstractAuthenticationEventListenerTest
modelService, searchService, testUid, userService
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description AuthenticationFailureEventListenerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testAttemptCreation()
void
testDisable()
void
testMultiGroups()
-
Methods inherited from class de.hybris.platform.servicelayer.user.interceptors.AbstractAuthenticationEventListenerTest
findAttempts, setUp
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
testMultiGroups
public void testMultiGroups() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testAttemptCreation
public void testAttemptCreation() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testDisable
public void testDisable() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-