Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for visitDependenciesDelegatesToTargetCollectionWhenItImplementsBuildable (0.81 sec)

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

            when:
            def files = adapter.files
    
            then:
            files == expectedFiles
            1 * fileSet.getFiles() >> expectedFiles
            0 * _._
        }
    
        def visitDependenciesDelegatesToTargetCollectionWhenItImplementsBuildable() {
            TestFileSet fileSet = Mock()
            FileCollectionAdapter adapter = new FileCollectionAdapter(fileSet)
            TaskDependencyResolveContext context = Mock()
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 2K bytes
    - Viewed (0)
Back to top