Searched refs:testPatterningMotto (Results 1 – 1 of 1) sorted by relevance
324 Iterable<String> testPatterningMotto = Splitter.onPattern("-").split( in testPatternSplitWithMultipleLetters() local326 ASSERT.that(testPatterningMotto).hasContentsInOrder("Testing", "rocks", "Debugging", "sucks"); in testPatternSplitWithMultipleLetters()