Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for getWorkingDir (0.17 sec)

  1. platforms/enterprise/enterprise/src/main/java/org/gradle/internal/enterprise/test/impl/DefaultTestTaskPropertiesService.java

            task.copyTo(forkOptions);
            String executable = forkOptions.getExecutable();
            return new DefaultTestTaskForkOptions(
                forkOptions.getWorkingDir(),
                executable,
                detectJavaVersion(executable),
                javaModuleDetector.inferClasspath(testIsModule, task.getClasspath()),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:16:16 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  2. platforms/native/testing-native/src/main/java/org/gradle/nativeplatform/test/xctest/internal/execution/XCTestExecuter.java

        @Override
        public void execute(XCTestTestExecutionSpec testExecutionSpec, TestResultProcessor testResultProcessor) {
            File executable = testExecutionSpec.getRunScript();
            File workingDir = testExecutionSpec.getWorkingDir();
    
            String rootTestSuiteId = testExecutionSpec.getPath();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 8.1K bytes
    - Viewed (0)
Back to top