Uses of Annotation Interface
org.nuxeo.runtime.test.runner.LoggerLevel
-
Uses of LoggerLevel in org.nuxeo.runtime.test.logging
Modifier and TypeMethodDescriptionvoid
TestLogFeature.shouldAddNewLogger()
void
DeprecationLoggerTest.shouldLogMessageAsInfo()
void
DeprecationLoggerTest.shouldNotLogMessageAsInfo()
void
TestLogFeature.shouldUpdateLogger()
Modifier and TypeMethodDescriptionprotected Collection<LoggerLevel>
TestLogFeature.LogFeatureMethodCheckerRule.getLoggersAnnotations
(org.junit.runner.Description description) Modifier and TypeMethodDescriptionprotected void
TestLogFeature.LogFeatureMethodCheckerRule.check
(LoggerLevel logger, boolean before) -
Uses of LoggerLevel in org.nuxeo.runtime.test.runner
Modifier and TypeClassDescriptionclass
Runs an embedded servlet container.Modifier and TypeMethodDescriptionprotected LoggerLevelKey
LogFeature.buildKey
(LoggerLevel logger, org.junit.runners.model.FrameworkMethod method) Builds the logger key.protected String
LogFeature.getLoggerName
(LoggerLevel logLevel) Gets the logger name from a givenLoggerLevel
.