Searched defs:content (Results 1 – 2 of 2) sorted by relevance
3772 private void checkResultContains(String className, String content) throws IOException { in checkResultContains()3777 private void checkResultDoesNotContain(String className, String content) throws IOException { in checkResultDoesNotContain()
1092 FakeMessage(String id, String namespace, String content) { in FakeMessage()