Home | History | Annotate | Download | only in test

Lines Matching defs:uri

19 import java.net.URI;
28 String uri = "http://localhost:7100/object?foo=bar&answer=42";
29 Query query = new Query(new URI(uri));
48 String uri = "http://localhost:7100/object?foo=bar&answer=42&foo=sludge";
49 Query query = new Query(new URI(uri));
62 String uri = "http://localhost:7100/object";
63 Query query = new Query(new URI(uri));