Home
last modified time | relevance | path

Searched refs:m_outputDir (Results 1 – 3 of 3) sorted by relevance

/external/testng/src/main/java/org/testng/
DTestNGAntTask.java115 protected File m_outputDir; field in TestNGAntTask
391 m_outputDir= dir; in setOutputDir()
585 if (null != m_outputDir) { in addOutputDir()
586 if (!m_outputDir.exists()) { in addOutputDir()
587 m_outputDir.mkdirs(); in addOutputDir()
589 if (m_outputDir.isDirectory()) { in addOutputDir()
591 argv.add(m_outputDir.getAbsolutePath()); in addOutputDir()
593 throw new BuildException("Output directory is not a directory: " + m_outputDir); in addOutputDir()
790 if(m_outputDir != null) { in executeHaltTarget()
791 getProject().setProperty("testng.outputdir", m_outputDir.getAbsolutePath()); in executeHaltTarget()
DSuiteRunner.java51 private String m_outputDir; // DEFAULT_OUTPUT_DIR; field in SuiteRunner
221 m_outputDir = (null != outputdir) ? new File(outputdir).getAbsolutePath() in setOutputDir()
433 return m_outputDir + File.separatorChar + getName(); in getOutputDirectory()
DTestNG.java128 private String m_outputDir = DEFAULT_OUTPUTDIR; field in TestNG
234 m_outputDir = outputdir; in setOutputDirectory()
1136 reporter.generateReport(m_suites, suiteRunners, m_outputDir); in generateReports()
1321 m_outputDir, in createSuiteRunner()
1798 return m_outputDir; in getOutputDirectory()