OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_outputDir
(Results
1 - 4
of
4
) sorted by null
/external/testng/src/main/java/org/testng/
TestNGAntTask.java
115
protected File
m_outputDir
;
391
m_outputDir
= dir;
585
if (null !=
m_outputDir
) {
586
if (!
m_outputDir
.exists()) {
587
m_outputDir
.mkdirs();
589
if (
m_outputDir
.isDirectory()) {
591
argv.add(
m_outputDir
.getAbsolutePath());
593
throw new BuildException("Output directory is not a directory: " +
m_outputDir
);
790
if(
m_outputDir
!= null) {
791
getProject().setProperty("testng.outputdir",
m_outputDir
.getAbsolutePath())
[
all
...]
SuiteRunner.java
51
private String
m_outputDir
; // DEFAULT_OUTPUT_DIR;
221
m_outputDir
= (null != outputdir) ? new File(outputdir).getAbsolutePath()
433
return
m_outputDir
+ File.separatorChar + getName();
TestNG.java
128
private String
m_outputDir
= DEFAULT_OUTPUTDIR;
234
m_outputDir
= outputdir;
[
all
...]
/prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar
Completed in 52 milliseconds