Searched defs:expectedMsg (Results 1 – 7 of 7) sorted by relevance
55 void verify(LoggingEvent le, String expectedMsg) { in verify()60 void verifyWithException(LoggingEvent le, String expectedMsg, Throwable t) { in verifyWithException()65 …void verifyWithLevelAndException(LoggingEvent le, XLogger.Level level, String expectedMsg, Throwab… in verifyWithLevelAndException()
62 void verify(LoggingEvent le, String expectedMsg) { in verify()
165 String expectedMsg = expected.get(locale.toString()); in encoding() local
166 String expectedMsg = null; in testExceptionInFieldProvision() local215 String expectedMsg = null; in testExceptionInCxtorProvision() local
129 String expectedMsg = bundle.getString(resourceKey); in testLogWithResourceBundle() local
1103 private ConnectivityStateInfo unavailableStateWithMsg(final String expectedMsg) { in unavailableStateWithMsg()
518 private void verifyStatusWithNodeId(Status status, Code expectedCode, String expectedMsg) { in verifyStatusWithNodeId()