Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SftpClientCreator (0.13 sec)

  1. platforms/software/resources-sftp/src/test/groovy/org/gradle/internal/resource/transport/sftp/SftpClientFactoryTest.groovy

    import static org.gradle.internal.resource.transport.sftp.SftpClientFactory.SftpClientCreator
    
    class SftpClientFactoryTest extends ConcurrentSpec {
        SftpClientFactory sftpClientFactory = new SftpClientFactory()
        SftpClientCreator sftpClientCreator = Mock(SftpClientCreator)
    
        def setup() {
            sftpClientFactory.sftpClientCreator = sftpClientCreator
        }
    
        def "Can acquire and release single client"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 14.3K bytes
    - Viewed (0)
Back to top