Home
last modified time | relevance | path

Searched refs:create_runner (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/tests/cts-generator/
Dtest-runner.rb223 runner = TestRunner.create_runner(file, id, reporter_factory, $root_dir, $report_dir)
282 runner = TestRunner.create_runner(file, 1, reporter_factory, $root_dir, $report_dir)
/arkcompiler/runtime_core/tests/cts-generator/runner/
Drunner.rb71 def self.create_runner(file, id, reporter_factory, root_dir, report_dir) singletonMethod