2 * Copyright (c) 2010-2023 Contributors to the openHAB project
4 * See the NOTICE file(s) distributed with this work for additional
7 * This program and the accompanying materials are made available under the
8 * terms of the Eclipse Public License 2.0 which is available at
9 * http://www.eclipse.org/legal/epl-2.0
11 * SPDX-License-Identifier: EPL-2.0
13 package org.openhab.binding.loxone.internal.controls;
15 import org.junit.jupiter.api.BeforeEach;
16 import org.junit.jupiter.api.Test;
19 * Test class for (@link LxControlLeftRightDigital}
21 * @author Pawel Pieczul - initial contribution
24 public class LxControlLeftRightDigitalTest extends LxControlUpDownDigitalTest {
28 upChannel = " / Left";
29 downChannel = " / Right";
30 setupControl("0fd08ca6-01a6-d72a-efff403fb0c34b9e", "0b734138-037d-034e-ffff403fb0c34b9e",
31 "0b734138-033e-02d4-ffff403fb0c34b9e", "Second Floor Scene");
36 public void testControlCreation() {
37 testControlCreation(LxControlLeftRightDigital.class, 1, 0, 2, 2, 0);