Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getImplicitSamplesRootDir (0.33 sec)

  1. platforms/documentation/docs/src/docsTest/java/org/gradle/docs/samples/IntegrationTestSamplesRunner.java

            return new IntegrationTestSamplesExecutor(workingDir, command.isExpectFailure());
        }
    
        @Nullable
        @Override
        protected File getImplicitSamplesRootDir() {
            String samplesDir = System.getProperty(SAMPLES_DIR_PROPERTY);
            if (samplesDir == null) {
                throw new IllegalStateException(String.format("'%s' property is required", SAMPLES_DIR_PROPERTY));
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 22:10:58 UTC 2023
    - 3K bytes
    - Viewed (0)
Back to top