3031323334353637
common = new RemoteSpecCommonContext(spec, false); return common; } protected Repository init(Map<String, Object> map) { common = new LiteralCommonContext(map); return common; }
3536373839404142
common = new LiteralCommonContext(map); return common; } protected Repository init(Map<String, Object> map, Fetcher templates, Fetcher pub) { common = new LiteralCommonContext(map, templates, pub, true); return common; }
1920212223242526
StringFinder finder; Map<String, Object> map = new HashMap<String, Object>(); public void setUp() throws IOException { map.put("ugh", "thing"); context = new LiteralCommonContext(map); finder = new FetcherStringFinder(context); }