Lines Matching defs:tester
24 "fotff/tester"
38 func FindOutTheFirstFail(m pkg.Manager, t tester.Tester, testCase string, successPkg string, failPkg string, fellows ...string) (string, error) {
53 func findOutTheFirstFail(m pkg.Manager, t tester.Tester, testcase string, steps []string, fellows ...string) (string, error) {
131 func flashAndTest(m pkg.Manager, t tester.Tester, pkg string, testcase string, ctx context.Context, fellows ...string) (bool, []string, error) {
134 logrus.Infof("get testcase result %s from cache done, result is %s", result.(tester.Result).TestCaseName, result.(tester.Result).Status)
137 logrus.Infof("get testcase result %s from cache done, result is %s", fellowResult.(tester.Result).TestCaseName, fellowResult.(tester.Result).Status)
138 if fellowResult.(tester.Result).Status == result.(tester.Result).Status {
143 return result.(tester.Result).Status == tester.ResultPass, newFellows, nil
145 var results []tester.Result
159 var testcaseStatus tester.ResultStatus
172 return testcaseStatus == tester.ResultPass, newFellows, nil