Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NonExistingType (0.23 sec)

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

            assertThat(spec.stringLiteral, equalTo("foo${'$'}{'${'$'}'}${'$'}{'${'$'}'}bar"))
        }
    
        interface NonExistingType
    
        @Test
        fun `non existing type is represented as Inaccessible because NonAvailable`() {
    
            val type = SchemaType.of<NonExistingType>()
    
            val projectSchema = availableProjectSchemaFor(
                schemaWithExtensions("buildScan" to type),
                ClassPath.EMPTY
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 7.2K bytes
    - Viewed (0)
Back to top