package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: May 13, 2024
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package nmeatest provides common functionality for testing NMEA sentence parsers.
func TestSentenceParserFunc(t *testing.T, options []nmea.ParserOption, testCases []TestCase)
type TestCase struct {
Skip string
Options []nmea.ParserOption
S string
ExpectedErr error
Expected nmea.Sentence
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.