twisted.positioning.test.test_nmea.NMEAReceiverSetup(object) class documentationtwisted.positioning.test.test_nmea
(View In Hierarchy)
Known subclasses: twisted.positioning.test.test_nmea.BogusSentenceTests, twisted.positioning.test.test_nmea.GSVSequenceTests, twisted.positioning.test.test_nmea.NMEASentenceTests, twisted.positioning.test.test_nmea.ParsingTests
A mixin for tests that need an NMEA receiver (and a protocol attached to it).
| Instance Variable | receiver | An NMEA receiver that remembers the last sentence. (type: NMEATestReceiver) |
| Instance Variable | protocol | An NMEA protocol attached to the receiver. (type: twisted.positioning.nmea.NMEAProtocol) |
| Method | setUp | Sets up an NMEA receiver. |