Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setTestOutputDir (0.12 sec)

  1. platforms/ide/ide-plugins/src/main/java/org/gradle/plugins/ide/idea/model/IdeaModule.java

         * <p>
         * For example see docs for {@link IdeaModule}
         */
        public File getTestOutputDir() {
            return testOutputDir;
        }
    
        public void setTestOutputDir(File testOutputDir) {
            this.testOutputDir = testOutputDir;
        }
    
        /**
         * The variables to be used for replacing absolute paths in the iml entries.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 09:58:16 UTC 2024
    - 22.9K bytes
    - Viewed (0)
Back to top