> @@ -218,4 +218,11 @@ public static void createResources() throws IOException {
> Files.copy(ByteStreams.newInputStreamSupplier(buffer), file);
> }
> }
> +
> + public static final Object[][] NO_INVOCATIONS = new Object[0][0];
> + public static final Object[][] SINGLE_NO_ARG_INVOCATION = { new
> Object[0] };Put these at the top of the file? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/168/files#r6836711
