public class SigninTest
extends java.lang.Object
| Constructor and Description |
|---|
SigninTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate_internalServerError_onLdapException() |
void |
authenticate_success_writesSession_setsLastSignin_removesAttempts_andReturnsJson() |
void |
authenticate_unauthorized_onFailedAuth_thenNotRepeatedAfterCreate() |
void |
authenticate_unauthorized_onFailedAuth_thenRepeatedAfterCreate() |
void |
authenticate_unauthorized_onRepeatedSigninAttempt_beforeAuth() |
void |
setUp() |
public void setUp()
public void authenticate_unauthorized_onRepeatedSigninAttempt_beforeAuth()
public void authenticate_internalServerError_onLdapException()
throws java.lang.Exception
java.lang.Exceptionpublic void authenticate_unauthorized_onFailedAuth_thenNotRepeatedAfterCreate()
throws java.lang.Exception
java.lang.Exceptionpublic void authenticate_unauthorized_onFailedAuth_thenRepeatedAfterCreate()
throws java.lang.Exception
java.lang.Exceptionpublic void authenticate_success_writesSession_setsLastSignin_removesAttempts_andReturnsJson()
throws java.lang.Exception
java.lang.Exception