Searched refs:FotffMocker (Results 1 – 1 of 1) sorted by relevance
| /developtools/integration_verification/tools/fotff/rec/ |
| D | fotff_test.go | 34 type FotffMocker struct { struct 51 func NewFotffMocker(stepsNum int, firstFail int) *FotffMocker { 57 return &FotffMocker{ 64 func (f *FotffMocker) TaskName() string { argument 68 func (f *FotffMocker) Prepare(pkgDir string, device string, ctx context.Context) error { argument 72 func (f *FotffMocker) DoTestTask(device string, ctx context.Context) ([]tester.Result, error) { argument 82 func (f *FotffMocker) DoTestCase(device string, testcase string, ctx context.Context) (tester.Resul… argument 101 func (f *FotffMocker) DoTestCases(device string, testcases []string, ctx context.Context) ([]tester… argument 113 func (f *FotffMocker) Flash(device string, pkg string, ctx context.Context) error { argument 127 func (f *FotffMocker) LastIssue(pkg string) (string, error) { argument [all …]
|