21222324252627
RESTCollection rest; public void setUp() throws IOException { context = new MapStringKeeper(); items = new Items(); rest = new RESTCollection(items); }