Searched refs:expectedContents (Results 1 – 3 of 3) sorted by relevance
344 String expectedContents = "{\"provider\":\"gps\",\"latitude\":16.7666,\"longitude\":" in testStoresLocationUponShutdownPrepare() local346 assertEquals(expectedContents, actualContents); in testStoresLocationUponShutdownPrepare()
539 expectedContents := `'mybootlib\nmyothersdklibrary\n'`540 …android.AssertStringEquals(t, "updatable-bcp-packages.txt", expectedContents, rule.Args["content"])
627 private void assertFileContents(String expectedContents, String path) throws Exception { in assertFileContents() argument631 .that(actualContents).isEqualTo(expectedContents); in assertFileContents()