Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 98 for mockito (0.27 sec)

  1. platforms/core-configuration/kotlin-dsl-integ-tests/src/integTest/kotlin/org/gradle/kotlin/dsl/plugins/precompiled/PrecompiledScriptPluginTemplatesTest.kt

    import org.hamcrest.CoreMatchers.containsString
    import org.hamcrest.CoreMatchers.equalTo
    import org.hamcrest.MatcherAssert.assertThat
    
    import org.jetbrains.kotlin.name.NameUtils
    
    import org.junit.Test
    
    import org.mockito.invocation.InvocationOnMock
    
    import java.io.File
    
    
    @LeaksFileHandles("Kotlin Compiler Daemon working directory")
    class PrecompiledScriptPluginTemplatesTest : AbstractPrecompiledScriptPluginTest() {
    
        @Test
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 30 11:39:02 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  2. platforms/core-configuration/kotlin-dsl/src/test/kotlin/org/gradle/kotlin/dsl/accessors/ProjectAccessorsClassPathTest.kt

    import org.gradle.kotlin.dsl.support.loggerFor
    import org.gradle.kotlin.dsl.support.uppercaseFirstChar
    import org.gradle.nativeplatform.BuildType
    import org.junit.Assert.assertEquals
    import org.junit.Test
    import org.mockito.ArgumentMatchers.anyMap
    import java.io.File
    import java.lang.reflect.Method
    import java.lang.reflect.Modifier.PUBLIC
    import java.lang.reflect.Modifier.STATIC
    
    
    class ProjectAccessorsClassPathTest : AbstractDslTest() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 26 19:59:56 UTC 2023
    - 18.5K bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl/src/test/kotlin/org/gradle/kotlin/dsl/execution/ResidualProgramCompilerTest.kt

    import org.gradle.plugin.management.internal.PluginRequests
    import org.hamcrest.CoreMatchers.equalTo
    import org.hamcrest.MatcherAssert.assertThat
    import org.junit.Test
    import org.mockito.InOrder
    import java.util.Arrays.fill
    
    
    class ResidualProgramCompilerTest : TestWithCompiler() {
    
        @Test
        fun `Static(CloseTargetScope)`() {
    
            withExecutableProgramFor(Static(CloseTargetScope)) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 13:09:45 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  4. build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/extension/ExternalModulesExtension.kt

        val mina = "org.apache.mina:mina-core"
        val mockitoCore = "org.mockito:mockito-core"
        val mockitoKotlin = "com.nhaarman:mockito-kotlin"
        val mockitoKotlin2 = "com.nhaarman.mockitokotlin2:mockito-kotlin"
        val mockwebserver = "com.squareup.okhttp3:mockwebserver"
        val mySqlConnector = "mysql:mysql-connector-java"
        val netty = "io.netty:netty-all"
        val opentest4j = "org.opentest4j:opentest4j"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 22:44:42 UTC 2024
    - 15K bytes
    - Viewed (0)
  5. maven-model-builder/src/test/resources/dag.txt

    	quarkus/core/deployment/pom.xml
    	quarkus/extensions/arc/deployment/pom.xml
    	quarkus/test-framework/junit5-internal/pom.xml
    quarkus/test-framework/junit5-mockito/pom.xml
    	quarkus/test-framework/junit5/pom.xml
    	quarkus/test-framework/junit5-mockito-config/pom.xml
    	quarkus/extensions/arc/deployment/pom.xml
    	quarkus/extensions/mutiny/runtime/pom.xml
    quarkus/extensions/smallrye-reactive-messaging-amqp/runtime/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  6. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/AbstractJUnitSpockIntegrationTest.groovy

                            dependencies {
                                // Required to use Spock mocking
                                runtimeOnly 'net.bytebuddy:byte-buddy:1.12.17'
                            }
                        }
                    }
                }
            """
            file("src/main/groovy/MockIt.groovy") << """
                class MockIt {
                    void call() {
                    }
                }
            """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  7. gradle/verification-keyring.keys

    GcuPQsflLhUfKGKaPIJhbYcfhCJytFTb77Z0MF8fRnxuwRN/hA4u+d/DYHQDwmSm
    jYZ42ZKaTNFKSs8TRqh/8nnuEA==
    =+3+Y
    -----END PGP PUBLIC KEY BLOCK-----
    
    pub    A1B4460D8BA7B9AF
    uid    Mockito (http://mockito.org) <mockito******@****.***>
    
    -----BEGIN PGP PUBLIC KEY BLOCK-----
    Version: BCPG v1.68
    
    mQENBE4waOEBCADHDHNTq1NRR5TSooIrKY0BTQnaLfjKZfcJOwp+btBJrOUO7+e/
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 525.2K bytes
    - Viewed (1)
  8. okhttp/src/test/java/okhttp3/internal/http2/Http2ConnectionTest.kt

        // We buffer some outbound data and headers and confirm that the END_STREAM flag comes with the
        // headers (and not with the data).
    
        // Write the mocking script. for the client
        peer.setClient(true)
    
        // Write the mocking script.
        peer.sendFrame().settings(Settings())
        peer.sendFrame().headers(true, 3, headerEntries("client", "abc"))
        peer.acceptFrame() // ACK
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 20 17:03:43 UTC 2024
    - 75.4K bytes
    - Viewed (0)
  9. src/syscall/mkerrors.sh

    '
    
    includes_Darwin='
    #define _DARWIN_C_SOURCE
    #define KERNEL
    #define _DARWIN_USE_64_BIT_INODE
    #include <sys/types.h>
    #include <sys/event.h>
    #include <sys/ptrace.h>
    #include <sys/socket.h>
    #include <sys/sockio.h>
    #include <sys/sysctl.h>
    #include <sys/mman.h>
    #include <sys/wait.h>
    #include <net/bpf.h>
    #include <net/if.h>
    #include <net/if_types.h>
    #include <net/route.h>
    #include <netinet/in.h>
    #include <netinet/ip.h>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 06 21:22:22 UTC 2022
    - 10.7K bytes
    - Viewed (0)
  10. platforms/ide/tooling-api-builders/build.gradle.kts

        runtimeOnly(project(":composite-builds"))
        runtimeOnly(libs.groovy) // for 'Closure'
    
        testCompileOnly(project(":toolchains-jvm")) {
            because("JavaLauncher is required for mocking Test.")
        }
        testImplementation(project(":file-collections"))
        testImplementation(project(":platform-jvm"))
        testImplementation(testFixtures(project(":core")))
    }
    
    strictCompile {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.5K bytes
    - Viewed (0)
Back to top