Lines Matching defs:fixture
492 func newSimpleFixturePreparer(preparer func(fixture *fixture)) FixturePreparer {
620 fixture *fixture member
702 type fixture struct { struct
704 preparers []*simpleFixturePreparer
707 t *testing.T
710 config Config
713 ctx *TestContext
716 mockFS MockFS
719 errorHandler FixtureErrorHandler
722 debug bool
725 func (f *fixture) Config() Config {
729 func (f *fixture) Context() *TestContext {
733 func (f *fixture) MockFS() MockFS {
737 func (f *fixture) RunTest() *TestResult {
789 func (f *fixture) outputDebugState() {