package jmri.jmrix.configurexml; /** * Base tests for Simulator ConnectionConfigXml objects. * The AbstractSimulatorConnectionConfig is currently based on serial objects. * most of the simulators save objects using classes derived directly from * AbstractConnectionConfigXml. This eventually needs to change. * * @author Paul Bender Copyright (C) 2018 */ abstract public class AbstractSimulatorConnectionConfigXmlTestBase extends AbstractConnectionConfigXmlTestBase { }