use of jmri.jmrit.roster.RosterConfigManager in project JMRI by JMRI.
the class RpsTrackingFrameTest method setUp.
@Before
public void setUp() throws Exception {
Log4JFixture.setUp();
JUnitUtil.resetInstanceManager();
InstanceManager.setDefault(RosterConfigManager.class, new RosterConfigManager());
}
use of jmri.jmrit.roster.RosterConfigManager in project JMRI by JMRI.
the class RpsTrackingPanelTest method setUp.
@Before
public void setUp() throws Exception {
Log4JFixture.setUp();
JUnitUtil.resetInstanceManager();
InstanceManager.setDefault(RosterConfigManager.class, new RosterConfigManager());
}
use of jmri.jmrit.roster.RosterConfigManager in project JMRI by JMRI.
the class AlignmentPanelTest method setUp.
@Before
public void setUp() throws Exception {
Log4JFixture.setUp();
JUnitUtil.resetInstanceManager();
InstanceManager.setDefault(RosterConfigManager.class, new RosterConfigManager());
}
Aggregations