Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getExcludedTests (0.57 sec)

  1. platforms/software/testing-base-infrastructure/src/main/java/org/gradle/api/internal/tasks/testing/filter/TestFilterSpec.java

            this.includedTestsCommandLine = includedTestsCommandLine;
        }
    
        public Set<String> getIncludedTests() {
            return includedTests;
        }
    
        public Set<String> getExcludedTests() {
            return excludedTests;
        }
    
        public Set<String> getIncludedTestsCommandLine() {
            return includedTestsCommandLine;
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 20:33:30 UTC 2024
    - 1.6K bytes
    - Viewed (0)
Back to top