Searched refs:expectedMimeType (Results 1 – 1 of 1) sorted by relevance
84 public static void assertMimeType(Uri uri, String expectedMimeType) throws Exception { in assertMimeType() argument87 assertThat(resultMimeType).isEqualTo(expectedMimeType); in assertMimeType()