mapping work

This commit is contained in:
Hayden Parker
2016-02-06 01:31:07 -08:00
parent 84073c20e3
commit 600118d140
2 changed files with 148 additions and 41 deletions

View File

@ -1,38 +1,5 @@
package common
import (
"testing"
//"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) {
}