Searched refs:expectedNegativeButtonText (Results 1 – 2 of 2) sorted by relevance
541 String expectedTitle, String expectedSubtitle, String expectedNegativeButtonText) { in checkTopViews() argument557 if (expectedNegativeButtonText != null) { in checkTopViews()558 assertThat(actualNegativeButton.getText()).isEqualTo(expectedNegativeButtonText); in checkTopViews()
889 final String expectedNegativeButtonText = getString(negativeButtonStringId).toUpperCase(); in assertSaveOrUpdateShowing() local893 .that(negativeButton.getText().toUpperCase()).isEqualTo(expectedNegativeButtonText); in assertSaveOrUpdateShowing()