Class LoggingInspectionsScope


  • public class LoggingInspectionsScope
    extends java.lang.Object
    Manages all of the MessageKeyWatcher defined by LoggingInspectionsScope
    • Constructor Detail

      • LoggingInspectionsScope

        public LoggingInspectionsScope​(LoggingInspections loggingInspections,
                                       org.junit.jupiter.api.extension.ExtensionContext context)
    • Method Detail

      • resetWatchers

        public void resetWatchers()
      • getWatcher

        public MessageKeyWatcher getWatcher​(java.lang.String messageKey,
                                            java.lang.String loggerName)
      • getWatcher

        public MessageKeyWatcher getWatcher​(java.lang.String messageKey,
                                            java.lang.Class<?> loggerNameClass)