Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/regresstest/
Drun_regress_test.py252 class StepResult: class
611 …def exec_command(cmd_args, test_id: str, step_result: StepResult, timeout=RegressTestConfig.DEFAUL…
875 …def run_test_case_with_expect(self, command, step: StepResult, test_report: TestReport, expect_fil…
879 def run_test_case_with_assert(self, command, step: StepResult, test_report: TestReport) -> None: