.. | ||
fixture_test.go | ||
fixtures.go | ||
README.md | ||
testdata_test.go | ||
testdata.go | ||
tester.go |
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)
}) }