Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withMockForSettings (0.24 sec)

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

            withMockForSettings(absent = "p") {
    
                val p: Int? by settings
                assertThat(p, nullValue())
            }
    
            withMockForProject(absent = "p") {
    
                val p: Int? by project
                assertThat(p, nullValue())
            }
        }
    
        private
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 15:44:53 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top