Home
last modified time | relevance | path

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

/developtools/integration_verification/tools/fotff/rec/
Dfotff_test.go34 type FotffMocker struct { struct
35 FirstFail int
36 steps []string
37 lock sync.Mutex
38 runningPkg map[string]string
64 func (f *FotffMocker) TaskName() string {
68 func (f *FotffMocker) Prepare(pkgDir string, device string, ctx context.Context) error {
72 func (f *FotffMocker) DoTestTask(device string, ctx context.Context) ([]tester.Result, error) {
82 …tffMocker) DoTestCase(device string, testcase string, ctx context.Context) (tester.Result, error) {
101 …ker) DoTestCases(device string, testcases []string, ctx context.Context) ([]tester.Result, error) {
[all …]