Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for loadClassInChildScopeOf (0.33 sec)

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

                on { accessorsClassPathFor(any()) } doReturn accessorsClassPath
                on { hashOf(eq(accessorsClassPath)) } doReturn accessorsClassPathHash
    
                on {
                    loadClassInChildScopeOf(any(), any(), any(), any(), any(), same(accessorsClassPath))
                } doAnswer {
    
                    val location = it.getArgument<File>(3)
                    val className = it.getArgument<String>(4)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 13:09:45 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  2. platforms/core-configuration/kotlin-dsl/src/testFixtures/kotlin/org/gradle/kotlin/dsl/fixtures/SimplifiedKotlinScriptEvaluator.kt

                ClassPath.EMPTY
    
            override fun startCompilerOperation(description: String): AutoCloseable =
                mock()
    
            override fun loadClassInChildScopeOf(
                classLoaderScope: ClassLoaderScope,
                childScopeId: String,
                origin: ClassLoaderScopeOrigin,
                location: File,
                className: String,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 26 19:59:56 UTC 2023
    - 7.9K bytes
    - Viewed (0)
Back to top