Searched refs:testString (Results 1 – 2 of 2) sorted by relevance
116 final String testString = "test"; in bindViews_shouldBindAllData() local124 mController.setLabel(testString); in bindViews_shouldBindAllData()125 mController.setSummary(testString); in bindViews_shouldBindAllData()126 mController.setSecondSummary(testString); in bindViews_shouldBindAllData()131 assertThat(label.getText()).isEqualTo(testString); in bindViews_shouldBindAllData()133 assertThat(summary.getText()).isEqualTo(testString); in bindViews_shouldBindAllData()135 assertThat(secondSummary.getText()).isEqualTo(testString); in bindViews_shouldBindAllData()
80 String testString = "xyza\0\""; in testBase64Decode() local82 int len = testString.length(); in testBase64Decode()86 String prefix = testString.substring(0, i); in testBase64Decode()