Search in sources :

Example 1 with UhlenbrockSlotManager

use of jmri.jmrix.loconet.UhlenbrockSlotManager in project JMRI by JMRI.

the class UhlenbrockProgrammerManagerTest method testCTor.

@Test
public void testCTor() {
    LnTrafficController lnis = new LocoNetInterfaceScaffold();
    UhlenbrockSlotManager slotmanager = new UhlenbrockSlotManager(lnis);
    UhlenbrockSystemConnectionMemo memo = new UhlenbrockSystemConnectionMemo(lnis, slotmanager);
    UhlenbrockProgrammerManager t = new UhlenbrockProgrammerManager(slotmanager, memo);
    Assert.assertNotNull("exists", t);
}
Also used : UhlenbrockSlotManager(jmri.jmrix.loconet.UhlenbrockSlotManager) LocoNetInterfaceScaffold(jmri.jmrix.loconet.LocoNetInterfaceScaffold) LnTrafficController(jmri.jmrix.loconet.LnTrafficController) Test(org.junit.Test)

Example 2 with UhlenbrockSlotManager

use of jmri.jmrix.loconet.UhlenbrockSlotManager in project JMRI by JMRI.

the class UhlenbrockLnThrottleManagerTest method testCTor.

@Test
public void testCTor() {
    LnTrafficController lnis = new LocoNetInterfaceScaffold();
    UhlenbrockSlotManager slotmanager = new UhlenbrockSlotManager(lnis);
    UhlenbrockSystemConnectionMemo memo = new UhlenbrockSystemConnectionMemo(lnis, slotmanager);
    UhlenbrockLnThrottleManager t = new UhlenbrockLnThrottleManager(memo);
    Assert.assertNotNull("exists", t);
}
Also used : UhlenbrockSlotManager(jmri.jmrix.loconet.UhlenbrockSlotManager) LocoNetInterfaceScaffold(jmri.jmrix.loconet.LocoNetInterfaceScaffold) LnTrafficController(jmri.jmrix.loconet.LnTrafficController) Test(org.junit.Test)

Aggregations

LnTrafficController (jmri.jmrix.loconet.LnTrafficController)2 LocoNetInterfaceScaffold (jmri.jmrix.loconet.LocoNetInterfaceScaffold)2 UhlenbrockSlotManager (jmri.jmrix.loconet.UhlenbrockSlotManager)2 Test (org.junit.Test)2