48495051525354
// TODO: currently our parsing of annotations on expected() ignores // @Transform @Override protected Function<HttpResponse, FluentIterable<String>> parser(Injector i) { return compose(new ExtractLastPathComponent(), super.parser(i)); }
47484950515253
} // TODO: currently our parsing of annotations on expected() ignores @Transform @Override protected Function<HttpResponse, FluentIterable<String>> parser(Injector i) { return compose(new ExtractLastPathComponent(), super.parser(i)); }
50515253545556
51525354555657
44454647484950