Add proto roundtrip tests in roundtrip_test.go files

Kubernetes-commit: b9e12fd4db158c7aad96cee6310796263dfd9e30
This commit is contained in:
Dr. Stefan Schimanski 2019-03-04 21:40:48 +01:00 committed by Kubernetes Publisher
parent a1564ad3eb
commit 9c57618b0e
3 changed files with 3 additions and 0 deletions

View File

@ -25,4 +25,5 @@ import (
func TestRoundTrip(t *testing.T) {
roundtrip.RoundTripTestForAPIGroup(t, Install, fuzzer.Funcs)
roundtrip.RoundTripProtobufTestForAPIGroup(t, Install, fuzzer.Funcs)
}

View File

@ -25,4 +25,5 @@ import (
func TestRoundTrip(t *testing.T) {
roundtrip.RoundTripTestForAPIGroup(t, Install, examplefuzzer.Funcs)
roundtrip.RoundTripProtobufTestForAPIGroup(t, Install, examplefuzzer.Funcs)
}

View File

@ -25,4 +25,5 @@ import (
func TestRoundTrip(t *testing.T) {
roundtrip.RoundTripTestForAPIGroup(t, Install, examplefuzzer.Funcs)
roundtrip.RoundTripProtobufTestForAPIGroup(t, Install, examplefuzzer.Funcs)
}