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 voidTestLogFeature. shouldAddNewLogger()voidDeprecationLoggerTest. shouldLogMessageAsInfo()voidDeprecationLoggerTest. shouldNotLogMessageAsInfo()voidTestLogFeature. 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 voidTestLogFeature.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 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.
-