Package org.hibernate.testing.orm.junit
Class LoggingInspectionsScope
- java.lang.Object
-
- org.hibernate.testing.orm.junit.LoggingInspectionsScope
-
public class LoggingInspectionsScope extends Object
Manages all of the MessageKeyWatcher defined by LoggingInspectionsScope
-
-
Constructor Summary
Constructors Constructor Description LoggingInspectionsScope(LoggingInspections loggingInspections, org.junit.jupiter.api.extension.ExtensionContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageKeyWatcher
getWatcher(String messageKey, Class<?> loggerNameClass)
MessageKeyWatcher
getWatcher(String messageKey, String loggerName)
void
resetWatchers()
-
-
-
Constructor Detail
-
LoggingInspectionsScope
public LoggingInspectionsScope(LoggingInspections loggingInspections, org.junit.jupiter.api.extension.ExtensionContext context)
-
-
Method Detail
-
resetWatchers
public void resetWatchers()
-
getWatcher
public MessageKeyWatcher getWatcher(String messageKey, String loggerName)
-
getWatcher
public MessageKeyWatcher getWatcher(String messageKey, Class<?> loggerNameClass)
-
-