Home
last modified time | relevance | path

Searched defs:DoTestCase (Results 1 – 8 of 8) sorted by relevance

/developtools/integration_verification/tools/fotff/tester/mock/
Dmock.go49 func (t *Tester) DoTestCase(device string, testCase string, ctx context.Context) (tester.Result, er… func
/developtools/integration_verification/tools/fotff/tester/manual/
Dmanual.go56 func (t *Tester) DoTestCase(deviceSN, testCase string, ctx context.Context) (ret tester.Result, err… func
/developtools/integration_verification/tools/fotff/tester/pkg_available/
Dpkg_available.go55 func (t *Tester) DoTestCase(deviceSN, testCase string, ctx context.Context) (ret tester.Result, err… func
/developtools/integration_verification/tools/fotff/tester/smoke/
Dsmoke.go80 func (t *Tester) DoTestCase(deviceSN, testCase string, ctx context.Context) (ret tester.Result, err… func
/developtools/integration_verification/tools/fotff/tester/
Dtester.go41 DoTestCase(device string, testCase string, ctx context.Context) (Result, error) methodSpec
/developtools/integration_verification/tools/fotff/tester/xdevice/
Dxdevice.go98 func (t *Tester) DoTestCase(deviceSN, testCase string, ctx context.Context) (ret tester.Result, err… func
/developtools/integration_verification/tools/fotff/tester/common/
Dcommon.go73 func (t *Tester) DoTestCase(device string, testCase string, ctx context.Context) (tester.Result, er… func
/developtools/integration_verification/tools/fotff/rec/
Dfotff_test.go82 func (f *FotffMocker) DoTestCase(device string, testcase string, ctx context.Context) (tester.Resul… func