Files
Rodrigo Salado Anaya adcd6d31af Use a http server to hold the port busy before the real test. (#3283)
* Use a http server to hold the port busy before the real test.

Signed-off-by: Rodrigo Salado Anaya <rodrigo.salado.anaya@gmail.com>

* Use the onSuccess / onFailure lambdas to improve the test

Signed-off-by: Rodrigo Salado Anaya <rodrigo.salado.anaya@gmail.com>

* Following the recommendation of use AsyncTestBase.onFailure()

Signed-off-by: Rodrigo Salado Anaya <rodrigo.salado.anaya@gmail.com>

* Use onSuccess to check the port in the http server

Signed-off-by: Rodrigo Salado Anaya <rodrigo.salado.anaya@gmail.com>

* Use a finally block to close the http server

Signed-off-by: Rodrigo Salado Anaya <rodrigo.salado.anaya@gmail.com>
2020-02-20 09:59:17 +01:00
..