Searched refs:stringB (Results 1 – 2 of 2) sorted by relevance
375 String stringB = "b"; in TestTest() local379 assertNotEquals("should be different", stringA, stringB); in TestTest()385 assertFalse("should not be contained", containerA.contains(stringB)); in TestTest()393 assertFalse(containerA, CONTAINS, stringB); in TestTest()
16 BOOL comparison = stringA==@"stringB";