Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UniquePathKeyFileStore (0.14 sec)

  1. subprojects/core/src/test/groovy/org/gradle/internal/resource/local/UniquePathKeyFileStoreTest.groovy

        @Rule
        TestNameTestDirectoryProvider temporaryFolder = new TestNameTestDirectoryProvider(getClass());
        Action<File> action = Mock()
    
        UniquePathKeyFileStore uniquePathKeyFileStore
    
        def setup() {
            uniquePathKeyFileStore = new UniquePathKeyFileStore(TestUtil.checksumService, temporaryFolder.createDir("fsbase"))
        }
    
        def "add executes action if file does not exist"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Aug 28 21:50:20 UTC 2022
    - 2.6K bytes
    - Viewed (0)
Back to top