mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-04 05:26:51 -04:00
39 lines
594 B
Go
39 lines
594 B
Go
package common
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestValuesReturnsCorrectValues(t *testing.T) {
|
|
// bytes := []byte{}
|
|
|
|
}
|
|
|
|
func TextValuesReportsMappingTooBig() {
|
|
|
|
}
|
|
|
|
func TestValuesReportsStringErrorsWhenStringZeroLen(t *testing.T) {
|
|
|
|
}
|
|
|
|
func TestValuesReportsStringErrorsWhenStringExtraData(t *testing.T) {
|
|
|
|
}
|
|
|
|
func TestValuesReportsStringErrorsWhenStringMissingData(t *testing.T) {
|
|
|
|
}
|
|
|
|
func TestValuesReportsStringErrorsWhenStringLengthNoData(t *testing.T) {
|
|
|
|
}
|
|
|
|
func TestValuesToMappingCreatesCorrectFormat(t *testing.T) {
|
|
|
|
}
|
|
|
|
func TestValuesToMappingReportsStringTooLongError(t *testing.T) {
|
|
|
|
}
|