Lines Matching defs:TestResult
515 CheckErrors(t *testing.T, result *TestResult)
590 func FixtureCustomErrorHandler(function func(t *testing.T, result *TestResult)) FixtureErrorHandler…
617 type TestResult struct { struct
618 testContext
620 fixture *fixture
621 Config Config
624 Errs []error
628 NinjaDeps []string
834 func (r *TestResult) NormalizePathForTesting(path Path) string {
845 func (r *TestResult) NormalizePathsForTesting(paths Paths) []string {
864 func (r *TestResult) Preparer() FixturePreparer {
869 func (r *TestResult) Module(name string, variant string) Module {