Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for configureInner (0.16 sec)

  1. platforms/core-configuration/declarative-dsl-core/src/test/kotlin/org/gradle/internal/declarativedsl/mappingToJvm/CustomLambdasTest.kt

    import kotlin.test.assertEquals
    
    
    class CustomLambdasTest {
        @Test
        fun `custom lambda interface with no generic`() {
            val o = applyToOuter(
                """
                configureInner {
                    x = 2
                    f()
                    f()
                }
                """.trimIndent()
            )
    
            assertEquals(4, o.inner.x)
        }
    
        @Test
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 06 23:16:59 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    synchronized class RunnerBuilder { private final java.util.Set parents; public void RunnerBuilder(); public abstract org.junit.runner.Runner runnerForClass(Class) throws Throwable; public org.junit.runner.Runner safeRunnerForClass(Class); private void configureRunner(org.junit.runner.Runner) throws org.junit.runner.manipulation.InvalidOrderingExcep; Class addParent(Class) throws InitializationError; void removeParent(Class); public java.util.List runners(Class, Class[]) throws InitializationError; public java.util.List...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
Back to top