public final class ProfileManagerTests extends Object
ProfileManager.| Constructor and Description |
|---|
ProfileManagerTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
saveOneProfileMulti() |
void |
saveOneProfileNoMulti() |
void |
saveTwoProfilesMulti() |
void |
saveTwoProfilesNoMulti() |
void |
setUp() |
void |
testGetAllNoProfile() |
void |
testGetAllNullProfile() |
void |
testGetAllOneProfileFromRequest() |
void |
testGetAllOneProfileFromSession() |
void |
testGetAllTwoProfilesFromSession() |
void |
testGetAllTwoProfilesFromSessionAndRequest() |
void |
testGetNoProfile() |
void |
testGetNullProfile() |
void |
testGetOneProfileFromRequest() |
void |
testGetOneProfileFromSession() |
void |
testGetOneProfilesFromSessionFirstOneAnonymous() |
void |
testGetOneTwoProfilesFromSession() |
void |
testIsAuthenticatedAnonymousProfile() |
void |
testLogoutSession() |
void |
testRemoveRequestFalse() |
void |
testRemoveRequestTrue() |
void |
testRemoveSessionFalse() |
void |
testRemoveSessionTrue() |
void |
testSingleProfileFromRequestDirectly() |
void |
testSingleProfileFromSessionDirectly() |
public void setUp()
public void testGetNullProfile()
public void testGetNoProfile()
public void testGetOneProfileFromSession()
public void testGetOneProfilesFromSessionFirstOneAnonymous()
public void testGetOneTwoProfilesFromSession()
public void testGetOneProfileFromRequest()
public void testGetAllNullProfile()
public void testGetAllNoProfile()
public void testGetAllOneProfileFromSession()
public void testGetAllTwoProfilesFromSession()
public void testGetAllTwoProfilesFromSessionAndRequest()
public void testGetAllOneProfileFromRequest()
public void testRemoveSessionFalse()
public void testRemoveSessionTrue()
public void testLogoutSession()
public void testRemoveRequestFalse()
public void testRemoveRequestTrue()
public void saveOneProfileNoMulti()
public void saveTwoProfilesNoMulti()
public void saveOneProfileMulti()
public void saveTwoProfilesMulti()
public void testSingleProfileFromSessionDirectly()
public void testSingleProfileFromRequestDirectly()
public void testIsAuthenticatedAnonymousProfile()
Copyright © 2016. All Rights Reserved.