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

/forgerock/openam-v13/openam-core/src/test/java/com/iplanet/dpro/session/utils/
H A DSessionInfoFactoryTest.java59 assertThat(e.getMessage()).containsIgnoringCase(getLocalisedMessage(SessionInfoFactory.INVALID_SESSION_STATE));
76 assertThat(e.getMessage()).containsIgnoringCase(getLocalisedMessage(SessionInfoFactory.SESSION_TIMED_OUT));
116 private static String getLocalisedMessage(String key) { method in class:SessionInfoFactoryTest
/forgerock/openam/openam-core/src/test/java/com/iplanet/dpro/session/utils/
H A DSessionInfoFactoryTest.java61 assertThat(e.getMessage()).containsIgnoringCase(getLocalisedMessage(SessionInfoFactory.INVALID_SESSION_STATE));
77 assertThat(e.getMessage()).containsIgnoringCase(getLocalisedMessage(SessionInfoFactory.SESSION_TIMED_OUT));
116 private static String getLocalisedMessage(String key) { method in class:SessionInfoFactoryTest

Completed in 19 milliseconds