NMEA 0183 Data Types Unit TestsΒΆ
As described in API Level, the way in which EasyNmea provides applications with NMEA data
is through the NMEA 0183 data types (GPGGAData).
These types feature == and != operators, so that two samples of the same type can be compared between them.
Therefore, a set of unit tests for these operators of each of the types is required:
NMEA0183DataComparisonOperators: Checks that both comparison operators work for
NMEA0183Data.GPGGADataComparisonOperators: Checks that both comparison operators work for
GPGGAData.