use of jmri.jmrix.acela.AcelaSystemConnectionMemo in project JMRI by JMRI.
the class AcelaPacketGenActionTest method testStringMemoCtor.
@Test
public void testStringMemoCtor() {
Assume.assumeFalse(GraphicsEnvironment.isHeadless());
AcelaPacketGenAction action = new AcelaPacketGenAction("Acela test Action", new AcelaSystemConnectionMemo());
Assert.assertNotNull("exists", action);
}
Aggregations