testing/fixtures/README.md

183 B

Ex.

func TestSample(t *testing.T) { f := fixtures.New(t, fixtures.TestDataInit{}) f.RunWith(Test(func (t *testing.T) { d := f.GetData('') f.Successful

r,e := MySample(d)

}) }