454455456457458459460461462463464
} @Test public void testGetResource() throws Throwable { VCDiff differ = Guice.createInjector(new AbstractModule() { @Override protected void configure() { bindConstant().annotatedWith( Names.named("BlockSize")).to(3); }