Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for accessibilityFor (0.58 sec)

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

        @Test
        fun `public generic type with primitive component type is accessible`() {
    
            val genericTypeWithPrimitiveComponent = SchemaType.of<PublicGenericType<String>>()
            assertThat(
                accessibilityFor(
                    genericTypeWithPrimitiveComponent,
                    classPath = jarClassPathWith(PublicGenericType::class)
                ),
                equalTo(accessible(genericTypeWithPrimitiveComponent))
            )
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 2.6K bytes
    - Viewed (0)
Back to top