Skip to content

Instantly share code, notes, and snippets.

@ConfiguresHttpCommandExecutorService
@ConfiguresExecutorService
public static class MockModule extends AbstractModule {
private final TransformingHttpCommandExecutorService mock;
public MockModule() {
this(createMock(TransformingHttpCommandExecutorService.class));
}