Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ReleasingPortAllocator (0.15 sec)

  1. platforms/core-runtime/messaging/src/test/groovy/org/gradle/internal/remote/internal/inet/TcpConnectorTest.groovy

        final def outgoingConnector = new TcpOutgoingConnector()
        final def incomingConnector = new TcpIncomingConnector(executorFactory, addressFactory, idGenerator)
        @Rule
        public ReleasingPortAllocator portAllocator = new ReleasingPortAllocator()
    
        def "client can connect to server"() {
            Action action = Mock()
    
            when:
            def acceptor = incomingConnector.accept(action, false)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:59:22 UTC 2023
    - 10.4K bytes
    - Viewed (0)
Back to top