Uses of Class
org.nuxeo.runtime.test.runner.LoggerLevel
-
Packages that use LoggerLevel Package Description org.nuxeo.runtime.test.logging org.nuxeo.runtime.test.runner -
-
Uses of LoggerLevel in org.nuxeo.runtime.test.logging
Methods in org.nuxeo.runtime.test.logging with annotations of type LoggerLevel Modifier and Type Method Description void
TestLogFeature. shouldAddNewLogger()
void
DeprecationLoggerTest. shouldLogMessageAsInfo()
void
DeprecationLoggerTest. shouldNotLogMessageAsInfo()
void
TestLogFeature. shouldUpdateLogger()
Methods in org.nuxeo.runtime.test.logging that return types with arguments of type LoggerLevel Modifier and Type Method Description protected Collection<LoggerLevel>
TestLogFeature.LogFeatureMethodCheckerRule. getLoggersAnnotations(org.junit.runner.Description description)
Methods in org.nuxeo.runtime.test.logging with parameters of type LoggerLevel Modifier and Type Method Description protected void
TestLogFeature.LogFeatureMethodCheckerRule. check(LoggerLevel logger, boolean before)
-
Uses of LoggerLevel in org.nuxeo.runtime.test.runner
Methods in org.nuxeo.runtime.test.runner that return LoggerLevel Modifier and Type Method Description LoggerLevel[]
value()
Methods in org.nuxeo.runtime.test.runner with parameters of type LoggerLevel Modifier and Type Method Description protected 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
.
-