Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner interface { Run(t *testing.T, f func(t *testing.T, err error)) AddGqlGenOption(opst ...api.Option) AddGqlSchema(filename, content string) ReplaceGqlSchema(filename, content string) AddGqlSchemaFile(t *testing.T, pattern string) AddGoModReplace(pkg, path string) Snapshot(t *testing.T, v ...interface{}) SnapshotFile(t *testing.T, files ...string) }
Click to show internal directories.
Click to hide internal directories.