Uses of Enum Class
org.openhab.core.test.java.JavaTest.LogLevel
-
Uses of JavaTest.LogLevel in org.openhab.core.test.java
Modifier and TypeMethodDescriptionstatic JavaTest.LogLevel
Returns the enum constant of this class with the specified name.static JavaTest.LogLevel[]
JavaTest.LogLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected void
JavaTest.assertLogMessage
(Class<?> clazz, JavaTest.LogLevel logLevel, String message) Assert that a message was logged for a class with a given log level and messageprotected void
JavaTest.setupInterceptedLogger
(Class<?> clazz, JavaTest.LogLevel minLogLevel) Set up an intercepting logger for a class with a log level threshold