def test_state_smoke_full(self): state_smoke_test(Device( name=u'x', rx_driver=StubRXDriver(), tx_driver=StubTXDriver(), vfo_cell=_ConstantVFOCell(1), components={'c': StubComponent()}))
def test_smoke(self): device = APRSISRXDevice(reactor=self.clock, aprs_filter='r/0/0/100', client=_StubAPRSClient()) state_smoke_test(device) device.close() state_smoke_test(device)
def test_state_smoke(self): state_smoke_test(Top(devices={'s1': SimulatedDeviceForTest()}))
def test_state_smoke(self): state_smoke_test(self.session)
def test_state_smoke(self): state_smoke_test(self.__rig) yield self.__rig.sync() state_smoke_test(self.__rig)
def test_state_smoke(self): state_smoke_test(self.proxy)
def test_smoke_nofilter(self): device = APRSISRXDevice(reactor=self.clock, client=_StubAPRSClient()) state_smoke_test(device)
def test_smoke(self): state_smoke_test(self.receiver)
def test_state_smoke(self): state_smoke_test(self.device)
def test_state_smoke_empty(self): state_smoke_test(Device())