github.com/keysonZZZ/kmg@v0.0.0-20151121023212-05317bfd7d39/encoding/kmgGob/suite_test.go (about) 1 package kmgGob 2 3 import ( 4 "testing" 5 6 "github.com/bronze1man/kmg/kmgTest" 7 ) 8 9 func Test(t *testing.T) { 10 kmgTest.TestWarpper(t, &S{}) 11 } 12 13 type S struct { 14 kmgTest.TestTools 15 }