Uses of Package
org.nuxeo.runtime.test.logging
-
ClassDescriptionEnsures that all log levels are preserved before launching the whole class test
RunnerFeature.beforeRun(FeaturesRunner)
and correctly restored after that which means after the execution ofRunnerFeature.afterRun(FeaturesRunner)
Ensures that all log levels are preserved before launching each test methodRunnerFeature.beforeMethodRun(FeaturesRunner, FrameworkMethod, Object)
and correctly restored after that which means after the execution ofRunnerFeature.afterMethodRun(FeaturesRunner, FrameworkMethod, Object)