On 29/12/2014 15:46, Chris Hegarty wrote:
Looks ok Felix.

You could put the construction of the new DatagramSocket in a try-with-resources, so it will be closed always, even if the test fails.

-Chris
I agree with Chris' comment. One other thing is that testing if e instanceof BindException is not necessary as e will always be a BindException.

-Alan

Reply via email to