Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ReturnPrevious (0.17 sec)

  1. platforms/core-configuration/kotlin-dsl/src/test/kotlin/org/gradle/kotlin/dsl/resolver/ResolverCoordinatorTest.kt

            org.gradle.kotlin.dsl.fixtures.withInstanceOf<ResolverAction.RequestNew>(action1) {
                val action2 = resolverActionFor(environment, scriptDependencies())
                assertInstanceOf<ResolverAction.ReturnPrevious>(action2)
            }
        }
    
        @Test
        fun `given an environment with a 'getScriptSectionTokens' entry, when buildscript changes, it will try to retrieve the model again`() {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 3.6K bytes
    - Viewed (0)
Back to top