Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/testRunner/
DRunTestFileOptions.ts21 testRunnerOpts: TestRunnerOptions; property
DTestRunner.ts88 const testRunnerOpts: TestRunnerOptions = { constant
119 const testRunnerOpts = parseCommandLine(process.argv.slice(2)); constant
DTestFactory.ts87 const { testDir, testFile, testRunnerOpts } = runTestFileOpts; constant