コード例 #1
0
func TestArrayUnmarshalMap(t *testing.T) {
	test.Run(t, &Array{})
}
コード例 #2
0
func TestComposedUnmarshalMap(t *testing.T) {
	test.Run(t, &Composed{})
}
コード例 #3
0
func TestNestedUnmarshalMap(t *testing.T) {
	test.Run(t, &Nested{})
}
コード例 #4
0
func TestSimpleStructUnmarshalMap(t *testing.T) {
	test.Run(t, &SimpleStruct{})
}