Home
last modified time | relevance | path

Searched refs:cmdLineArgs (Results 1 – 4 of 4) sorted by relevance

/external/testng/src/main/java/org/testng/
DTestNG.java1551 public void configure(Map cmdLineArgs) { in configure() argument
1554 Integer verbose = (Integer) cmdLineArgs.get(CommandLineArgs.LOG); in configure()
1558 result.outputDirectory = (String) cmdLineArgs.get(CommandLineArgs.OUTPUT_DIRECTORY); in configure()
1560 String testClasses = (String) cmdLineArgs.get(CommandLineArgs.TEST_CLASS); in configure()
1565 String testNames = (String) cmdLineArgs.get(CommandLineArgs.TEST_NAMES); in configure()
1570 String useDefaultListeners = (String) cmdLineArgs.get(CommandLineArgs.USE_DEFAULT_LISTENERS); in configure()
1575 result.groups = (String) cmdLineArgs.get(CommandLineArgs.GROUPS); in configure()
1576 result.excludedGroups = (String) cmdLineArgs.get(CommandLineArgs.EXCLUDED_GROUPS); in configure()
1577 result.testJar = (String) cmdLineArgs.get(CommandLineArgs.TEST_JAR); in configure()
1578 result.xmlPathInJar = (String) cmdLineArgs.get(CommandLineArgs.XML_PATH_IN_JAR); in configure()
[all …]
/external/deqp/executor/
DxeBatchExecutor.hpp47 std::string cmdLineArgs; member
DxeBatchExecutor.cpp347 …m_commLink->startTestProcess(m_config.binaryName.c_str(), m_config.cmdLineArgs.c_str(), m_config.w… in launchTestSet()
/external/deqp/executor/tools/
DxeCommandLineExecutor.cpp206 cmdLine.targetCfg.cmdLineArgs = opts.getOption<opt::CmdLineArgs>(); in parseCommandLine()