Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/testRunner/
DTestRunner.ts81 testRunnerOpts: TestRunnerOptions; property
166 const testRunnerOpts: TestRunnerOptions = { constant
197 const testRunnerOpts = parseCommandLine(process.argv.slice(2)); constant
321 const { testDir, testFile, testRunnerOpts } = runTestFileOpts; constant