Class TestEnvironment.Endpoint

  • Enclosing interface:
    TestEnvironment

    public static class TestEnvironment.Endpoint
    extends Object
    Endpoint with address and port of the test environment.
    • Constructor Detail

      • Endpoint

        public Endpoint​(String address,
                        int port)
    • Method Detail

      • getAddress

        public String getAddress()
      • getPort

        public int getPort()