Searched defs:expectedContents (Results 1 – 2 of 2) sorted by relevance
344 String expectedContents = "{\"provider\":\"gps\",\"latitude\":16.7666,\"longitude\":" in testStoresLocationUponShutdownPrepare() local
627 private void assertFileContents(String expectedContents, String path) throws Exception { in assertFileContents()