14 lines
332 B
Java
14 lines
332 B
Java
package jmri.jmrit.display.layoutEditor;
|
|
|
|
import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
|
|
|
|
/**
|
|
* Test common functioning of LayoutWye.
|
|
*
|
|
* @author Bob Jacobsen Copyright (C) 2020
|
|
*/
|
|
@DisabledIfSystemProperty(named ="java.awt.headless", matches ="true")
|
|
public class LayoutWyeTest extends LayoutTurnoutTest {
|
|
|
|
}
|