We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To ensure each method returns the expected value, we should add unit tests for them.
ie_uint8_test.go
ie_uint16_test.go
ie_uint32_test.go
ie_uint64_test.go
ie_string_test.go
ie_duration_test.go
ie_time_test.go
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
To ensure each method returns the expected value, we should add unit tests for them.
ie_uint8_test.go
/ Fix some IEs and add tests for uint8-value IEs #63, Add tests for methods that return uint8 values #69)ie_uint16_test.go
/ Add tests for methods that return uint16 values #66)ie_uint32_test.go
/ WIP / 9389c03)ie_uint64_test.go
/ 9389c03)ie_string_test.go
/ Fix IE helper methods that return values in string #60 / WIP: tests for grouped IE should be added)ie_duration_test.go
/ Add tests for methods that return time.Duration values (and fix some IEs) #67)ie_time_test.go
/ Add tests for methods that return time.Time values #68)The text was updated successfully, but these errors were encountered: