Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for filterSpec (0.1 sec)

  1. platforms/core-configuration/file-collections/src/test/groovy/org/gradle/api/internal/file/collections/DefaultConfigurableFileCollectionSpec.groovy

        }
    
        def "replace transformation result is evaluated lazily"() {
            given:
            Spec<File> filterSpec = Mock()
            collection.from(containing(new File("a.txt")))
    
            when:
            collection.replace { it.filter(filterSpec) }
    
            then:
            0 * filterSpec._
        }
    
        def "can set paths as convention to the collection"() {
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 17:09:50 UTC 2024
    - 53K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    on); public Request sortWith(java.util.Comparator); public Request orderWith(manipulation.Ordering); } org/junit/runner/JUnitCommandLinePars.class package org.junit.runner; synchronized class JUnitCommandLinePars { private final java.util.List filterSpecs; private final java.util.List classes; private final java.util.List parserErrors; void JUnitCommandLinePars(); public java.util.List getFilterSpecs(); public java.util.List getClasses(); public static JUnitCommandLinePars parse(String[]); private...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
Back to top