> +
> +      closeable.close();
> +
> +      EasyMock.expectLastCall().times(1);
> +
> +      EasyMock.replay(closeable);
> +
> +      closer.addToClose(closeable);
> +
> +      Runnable close = new Runnable() {
> +         @Override
> +         public void run() {
> +            try {
> +               closer.close();
> +            } catch (IOException e) {
> +               assert false;

Add a message to the assert to explain the failure

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/32/files#r4723881

Reply via email to