Searched refs:DoTestCase (Results 1 – 10 of 10) sorted by relevance
| /developtools/integration_verification/tools/fotff/tester/mock/ |
| D | mock.go | 49 func (t *Tester) DoTestCase(device string, testCase string, ctx context.Context) (tester.Result, er… func 57 r, err := t.DoTestCase(device, testcase, ctx)
|
| /developtools/integration_verification/tools/fotff/tester/manual/ |
| D | manual.go | 56 func (t *Tester) DoTestCase(deviceSN, testCase string, ctx context.Context) (ret tester.Result, err… func 81 r, err := t.DoTestCase(deviceSN, testcase, ctx)
|
| /developtools/integration_verification/tools/fotff/tester/pkg_available/ |
| D | pkg_available.go | 55 func (t *Tester) DoTestCase(deviceSN, testCase string, ctx context.Context) (ret tester.Result, err… func 74 r, err := t.DoTestCase(deviceSN, testcase, ctx)
|
| /developtools/integration_verification/tools/fotff/tester/ |
| D | tester.go | 41 DoTestCase(device string, testCase string, ctx context.Context) (Result, error) methodSpec
|
| /developtools/integration_verification/tools/fotff/rec/ |
| D | flashandtest.go | 55 result, err := opt.T.DoTestCase(opt.Device, opt.TestCase, ctx)
|
| D | fotff_test.go | 82 func (f *FotffMocker) DoTestCase(device string, testcase string, ctx context.Context) (tester.Resul… func 104 r, err := f.DoTestCase(device, testcase, ctx)
|
| D | record.go | 89 r, err := t.DoTestCase(dev, result.TestCaseName, context.TODO())
|
| /developtools/integration_verification/tools/fotff/tester/common/ |
| D | common.go | 73 func (t *Tester) DoTestCase(device string, testCase string, ctx context.Context) (tester.Result, er… func
|
| /developtools/integration_verification/tools/fotff/tester/smoke/ |
| D | smoke.go | 80 func (t *Tester) DoTestCase(deviceSN, testCase string, ctx context.Context) (ret tester.Result, err… func
|
| /developtools/integration_verification/tools/fotff/tester/xdevice/ |
| D | xdevice.go | 98 func (t *Tester) DoTestCase(deviceSN, testCase string, ctx context.Context) (ret tester.Result, err… func
|