refactor: runStep

This commit is contained in:
debugtalk
2021-09-22 21:25:28 +08:00
parent 9fb19da2ac
commit 102b8a94a3
7 changed files with 50 additions and 56 deletions

View File

@@ -58,7 +58,7 @@ type TStep struct {
type IStep interface {
Name() string
Type() string
Run(config *TConfig) error
ToStruct() *TStep
}
type TestCase struct {