diff --git a/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/RuleSimulationTest.java b/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/RuleSimulationTest.java index 536916b4b9b..c2237dbd822 100644 --- a/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/RuleSimulationTest.java +++ b/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/RuleSimulationTest.java @@ -59,6 +59,11 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; +/** + * Test the simulation of rule executions with the {@link org.openhab.core.automation.internal.RuleExecutionSimulator} + * + * @author Sönke Küper - Created tests for rule simulation + */ @NonNullByDefault public class RuleSimulationTest extends JavaOSGiTest {