Files
JIMRI/java/test/jmri/jmrit/display/layoutEditor/LayoutXOverViewTest.java
T
2026-06-17 14:00:51 +02:00

17 lines
437 B
Java

package jmri.jmrit.display.layoutEditor;
import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
/**
* Test simple functioning of LayoutXOverView
*
* @author Bob Jacobsen Copyright (C) 2020
*/
@DisabledIfSystemProperty(named ="java.awt.headless", matches ="true")
public class LayoutXOverViewTest extends LayoutTurnoutViewTest {
// LayoutXOverView is abstract, so there's
// not much we can do here right now.
}