Searched refs:expectedContent (Results 1 – 5 of 5) sorted by relevance
367 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_zipFile_shouldHaveTheSameContent() local378 .isEqualTo(expectedContent); in getInputStream_zipFile_shouldHaveTheSameContent()453 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_sevenZFile_shouldHaveTheSameContent() local464 .isEqualTo(expectedContent); in getInputStream_sevenZFile_shouldHaveTheSameContent()472 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_tarGzFile_shouldHaveTheSameContent() local483 .isEqualTo(expectedContent); in getInputStream_tarGzFile_shouldHaveTheSameContent()491 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_tarGzFileNullEntry_getNullInputStream() local511 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_tarGzFileInvalidEntry_getNullInputStream() local532 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_tarBrotliFile_shouldHaveTheSameContent() local543 .isEqualTo(expectedContent); in getInputStream_tarBrotliFile_shouldHaveTheSameContent()
165 final String expectedContent = in testEuNotification_gaUxFlagEnabled() local191 .isEqualTo(expectedContent); in testEuNotification_gaUxFlagEnabled()234 final String expectedContent = in testNonEuNotifications_gaUxEnabled() local261 .isEqualTo(expectedContent); in testNonEuNotifications_gaUxEnabled()279 final String expectedContent = in testEuNotifications_gaUxEnabled_nonDismissable() local305 .isEqualTo(expectedContent); in testEuNotifications_gaUxEnabled_nonDismissable()365 final String expectedContent = in testEuNotifications_gaUxEnabled_nonDismissable_dismissedOnConfirmationPage() local390 .isEqualTo(expectedContent); in testEuNotifications_gaUxEnabled_nonDismissable_dismissedOnConfirmationPage()494 final String expectedContent = in testRvcUxNotification() local544 .isEqualTo(expectedContent); in testRvcUxNotification()[all …]
60 String[] expectedContent = {"120*1*7*123456789*20*1*0*0#", in verifyUssdParser_shouldMatchText() local78 Collections.addAll(expected, expectedContent); in verifyUssdParser_shouldMatchText()
515 final String expectedContent = "expected content"; in doNotificationTextTest() local517 doReturn(expectedContent).when(mResources).getString(expectedContentRes); in doNotificationTextTest()527 assertEquals(expectedContent, notif.extras.getString(Notification.EXTRA_TEXT)); in doNotificationTextTest()
532 long contactId, String expectedContent, String expectedName, String expectedTokens) { in assertSearchIndex() argument535 assertEquals(expectedContent, dbHelper.querySearchIndexContentForTest(contactId)); in assertSearchIndex()