Package ninja
Class BasicAuthFilterTest
- java.lang.Object
-
- ninja.BasicAuthFilterTest
-
public class BasicAuthFilterTest extends Object
-
-
Constructor Summary
Constructors Constructor Description BasicAuthFilterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setup()
void
testNullSession()
void
testSessionIsNotReturingWithInvalidCredentials()
void
testSessionIsReturningWithValidCredentials()
void
testUnauthenticatedSession()
void
testWorkingSessionWhenUsernameIsThere()
-
-
-
Method Detail
-
setup
public final void setup()
-
testNullSession
public void testNullSession()
-
testUnauthenticatedSession
public void testUnauthenticatedSession()
-
testWorkingSessionWhenUsernameIsThere
public void testWorkingSessionWhenUsernameIsThere()
-
testSessionIsNotReturingWithInvalidCredentials
public void testSessionIsNotReturingWithInvalidCredentials()
-
testSessionIsReturningWithValidCredentials
public void testSessionIsReturningWithValidCredentials()
-
-