docs: add docs for IStep

This commit is contained in:
debugtalk
2022-03-30 16:56:31 +08:00
parent a92820a3b1
commit d08368ad17
11 changed files with 107 additions and 11 deletions

View File

@@ -39,7 +39,7 @@ func (s *StepTestCaseWithOptionalArgs) Type() StepType {
return stepTypeTestCase
}
func (s *StepTestCaseWithOptionalArgs) ToStruct() *TStep {
func (s *StepTestCaseWithOptionalArgs) Struct() *TStep {
return s.step
}