Searched refs:expectedContents (Results 1 – 2 of 2) sorted by relevance
345 String expectedContents = "{\"provider\":\"gps\",\"latitude\":16.7666,\"longitude\":" in testStoresLocationUponShutdownPrepare() local347 assertEquals(expectedContents, actualContents); in testStoresLocationUponShutdownPrepare()
2546 ThrowingRunnable runnable, String expectedContents) { in assertThrowsVmExceptionContaining() argument2548 assertThat(e).hasMessageThat().contains(expectedContents); in assertThrowsVmExceptionContaining()