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 voidsetup()voidtestNullSession()voidtestSessionIsNotReturingWithInvalidCredentials()voidtestSessionIsReturningWithValidCredentials()voidtestUnauthenticatedSession()voidtestWorkingSessionWhenUsernameIsThere()
-
-
-
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()
-
-