use of jmri.jmrix.debugthrottle.DebugThrottleManager in project JMRI by JMRI.
the class DccLocoAddressSelectorTest method setThrottleManager.
// from here down is testing infrastructure
protected void setThrottleManager() {
ThrottleManager m = new DebugThrottleManager();
InstanceManager.setThrottleManager(m);
return;
}
Aggregations