Lines Matching defs:fixture
565 func newSimpleFixturePreparer(preparer func(fixture *fixture)) FixturePreparer {
705 fixture *fixture member
839 type fixture struct { struct
841 preparers []*simpleFixturePreparer
844 testRunner FixtureTestRunner
847 t *testing.T
850 config Config
853 ctx *TestContext
856 mockFS MockFS
859 errorHandler FixtureErrorHandler
862 debug bool
865 func (f *fixture) Config() Config {
869 func (f *fixture) Context() *TestContext {
873 func (f *fixture) MockFS() MockFS {
877 func (f *fixture) RunTest() CustomTestResult {
968 func (f *fixture) outputDebugState() {