Search in sources :

Example 6 with IEEE802154SystemConnectionMemo

use of jmri.jmrix.ieee802154.IEEE802154SystemConnectionMemo in project JMRI by JMRI.

the class PacketGenActionTest method testMemoCtor.

@Test
public void testMemoCtor() {
    Assume.assumeFalse(GraphicsEnvironment.isHeadless());
    PacketGenAction action = new PacketGenAction(new IEEE802154SystemConnectionMemo());
    Assert.assertNotNull("exists", action);
}
Also used : IEEE802154SystemConnectionMemo(jmri.jmrix.ieee802154.IEEE802154SystemConnectionMemo) Test(org.junit.Test)

Example 7 with IEEE802154SystemConnectionMemo

use of jmri.jmrix.ieee802154.IEEE802154SystemConnectionMemo in project JMRI by JMRI.

the class IEEE802154MonActionTest method testStringCtor.

@Test
public void testStringCtor() {
    Assume.assumeFalse(GraphicsEnvironment.isHeadless());
    IEEE802154MonAction action = new IEEE802154MonAction("IEEE 802.15.4 test Action", new IEEE802154SystemConnectionMemo());
    Assert.assertNotNull("exists", action);
}
Also used : IEEE802154SystemConnectionMemo(jmri.jmrix.ieee802154.IEEE802154SystemConnectionMemo) Test(org.junit.Test)

Example 8 with IEEE802154SystemConnectionMemo

use of jmri.jmrix.ieee802154.IEEE802154SystemConnectionMemo in project JMRI by JMRI.

the class IEEE802154MonActionTest method testCtor.

@Test
public void testCtor() {
    Assume.assumeFalse(GraphicsEnvironment.isHeadless());
    IEEE802154MonAction action = new IEEE802154MonAction(new IEEE802154SystemConnectionMemo());
    Assert.assertNotNull("exists", action);
}
Also used : IEEE802154SystemConnectionMemo(jmri.jmrix.ieee802154.IEEE802154SystemConnectionMemo) Test(org.junit.Test)

Example 9 with IEEE802154SystemConnectionMemo

use of jmri.jmrix.ieee802154.IEEE802154SystemConnectionMemo in project JMRI by JMRI.

the class IEEE802154MonFrameTest method testCtor.

@Test
public void testCtor() {
    Assume.assumeFalse(GraphicsEnvironment.isHeadless());
    InstanceManager.setDefault(IEEE802154SystemConnectionMemo.class, new IEEE802154SystemConnectionMemo());
    IEEE802154MonFrame action = new IEEE802154MonFrame();
    Assert.assertNotNull("exists", action);
}
Also used : IEEE802154SystemConnectionMemo(jmri.jmrix.ieee802154.IEEE802154SystemConnectionMemo) Test(org.junit.Test)

Example 10 with IEEE802154SystemConnectionMemo

use of jmri.jmrix.ieee802154.IEEE802154SystemConnectionMemo in project JMRI by JMRI.

the class IEEE802154MonFrameTest method testMemoCtor.

@Test
public void testMemoCtor() {
    Assume.assumeFalse(GraphicsEnvironment.isHeadless());
    IEEE802154MonFrame action = new IEEE802154MonFrame(new IEEE802154SystemConnectionMemo());
    Assert.assertNotNull("exists", action);
}
Also used : IEEE802154SystemConnectionMemo(jmri.jmrix.ieee802154.IEEE802154SystemConnectionMemo) Test(org.junit.Test)

Aggregations

IEEE802154SystemConnectionMemo (jmri.jmrix.ieee802154.IEEE802154SystemConnectionMemo)12 Test (org.junit.Test)12 IEEE802154TrafficController (jmri.jmrix.ieee802154.IEEE802154TrafficController)4 XBeeConnectionMemo (jmri.jmrix.ieee802154.xbee.XBeeConnectionMemo)1