Searched defs:mockState (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam/openam-core/src/test/java/com/sun/identity/authentication/service/
H A DDefaultSessionActivatorTest.java56 private LoginState mockState; field in class:DefaultSessionActivatorTest
62 given(mockState.getOrgDN()).willReturn(ORGDN);
74 DefaultSessionActivator.INSTANCE.activateSession(mockState, mockSessionService, mockAuthSession, null);
86 DefaultSessionActivator.INSTANCE.activateSession(mockState, mockSessionService, mockAuthSession, null);
102 DefaultSessionActivator.INSTANCE.activateSession(mockState, mockSessionService, mockAuthSession, null);
105 verify(mockState).setSessionProperties(mockNewSession);
119 DefaultSessionActivator.INSTANCE.activateSession(mockState, mockSessionService, mockAuthSession, null);
131 DefaultSessionActivator.INSTANCE.activateSession(mockState, mockSessionService, mockAuthSession, null);
134 verify(mockState).setSession(mockNewSession);
143 DefaultSessionActivator.INSTANCE.activateSession(mockState, mockSessionServic
[all...]
/forgerock/openam-v13/openam-core/src/test/java/com/sun/identity/authentication/service/
H A DDefaultSessionActivatorTest.java55 private LoginState mockState; field in class:DefaultSessionActivatorTest
61 given(mockState.getOrgDN()).willReturn(ORGDN);
73 DefaultSessionActivator.INSTANCE.activateSession(mockState, mockSessionService, mockAuthSession, null, null);
85 DefaultSessionActivator.INSTANCE.activateSession(mockState, mockSessionService, mockAuthSession, null, null);
101 DefaultSessionActivator.INSTANCE.activateSession(mockState, mockSessionService, mockAuthSession, null, null);
104 verify(mockState).setSessionProperties(mockNewSession);
118 DefaultSessionActivator.INSTANCE.activateSession(mockState, mockSessionService, mockAuthSession, null, null);
130 DefaultSessionActivator.INSTANCE.activateSession(mockState, mockSessionService, mockAuthSession, null, null);
133 verify(mockState).setSession(mockNewSession);
142 DefaultSessionActivator.INSTANCE.activateSession(mockState, mockSessionServic
[all...]

Completed in 28 milliseconds