Uses of Annotation Interface
org.nuxeo.runtime.test.runner.LoggerLevel
Packages that use LoggerLevel
-
Uses of LoggerLevel in org.nuxeo.runtime.test.logging
Methods in org.nuxeo.runtime.test.logging with annotations of type LoggerLevelModifier and TypeMethodDescriptionvoidTestLogFeature.shouldAddNewLogger()voidDeprecationLoggerTest.shouldLogMessageAsInfo()voidDeprecationLoggerTest.shouldNotLogMessageAsInfo()voidTestLogFeature.shouldUpdateLogger()Methods in org.nuxeo.runtime.test.logging that return types with arguments of type LoggerLevelModifier and TypeMethodDescriptionprotected Collection<LoggerLevel> TestLogFeature.LogFeatureMethodCheckerRule.getLoggersAnnotations(org.junit.runner.Description description) Methods in org.nuxeo.runtime.test.logging with parameters of type LoggerLevelModifier and TypeMethodDescriptionprotected voidTestLogFeature.LogFeatureMethodCheckerRule.check(LoggerLevel logger, boolean before) -
Uses of LoggerLevel in org.nuxeo.runtime.test.runner
Classes in org.nuxeo.runtime.test.runner with annotations of type LoggerLevelModifier and TypeClassDescriptionclassRuns an embedded servlet container.Methods in org.nuxeo.runtime.test.runner with parameters of type LoggerLevelModifier and TypeMethodDescriptionprotected LoggerLevelKeyLogFeature.buildKey(LoggerLevel logger, org.junit.runners.model.FrameworkMethod method) Builds the logger key.protected StringLogFeature.getLoggerName(LoggerLevel logLevel) Gets the logger name from a givenLoggerLevel.