Searched refs:TopParser (Results 1 – 3 of 3) sorted by relevance
42 TopItem item = new TopParser().parse(inputBlock); in testTopParser()64 TopItem item = new TopParser().parse(inputBlock); in testLastTop()80 TopItem item = new TopParser().parse(Arrays.asList("")); in testEmptyInput()
111 private TopParser mTopParser = new TopParser();
32 public class TopParser implements IParser { class