func TestArrayUnmarshalMap(t *testing.T) { test.Run(t, &Array{}) }
func TestComposedUnmarshalMap(t *testing.T) { test.Run(t, &Composed{}) }
func TestNestedUnmarshalMap(t *testing.T) { test.Run(t, &Nested{}) }
func TestSimpleStructUnmarshalMap(t *testing.T) { test.Run(t, &SimpleStruct{}) }