> @@ -70,5 +65,29 @@ public void testExecute() throws Exception {
>        replay(slicer,client);
>        String etag = strat.execute(container, blob);
>        assertEquals(etag, "Fake ETAG");
> +
> +      verify(slicer, client);

What is the benefit of this? Are we interested in how often exactly the slicer 
is called? For the client, yes, I can see the point of this 
(unexpected/unnecessary API calls could be expensive). But I don't see how/why 
we care about calls to the slicer?

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

Reply via email to