Home
last modified time | relevance | path

Searched defs:expectedData (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Exchange/tests/src/com/android/exchange/adapter/
DParserTest.java35 public TestParser(InputStream in, Object[] expectedData) throws IOException{ in TestParser()
106 private void testParserHelper(String wbxmlStr, Object[] expectedData) throws Exception { in testParserHelper()