checkFilters(request);
}
public void testListNetworksWithOptions() throws SecurityException, NoSuchMethodException, IOException {
NetworkOptions options = NetworkOptions.builder().type(NetworkType.PUBLIC).build();
Invokable<?, ?> method = method(InfrastructureApi.class, "listNetworks", DatacenterDto.class,
NetworkOptions.class);
GeneratedHttpRequest request = processor.apply(Invocation.create(method,
ImmutableList.<Object> of(InfrastructureResources.datacenterPut(), options)));