Searched refs:StringsTest (Results 1 – 3 of 3) sorted by relevance
22 com.google.common.base.StringsTest testCase = new com.google.common.base.StringsTest(); in testCommonPrefix()27 com.google.common.base.StringsTest testCase = new com.google.common.base.StringsTest(); in testCommonSuffix()32 com.google.common.base.StringsTest testCase = new com.google.common.base.StringsTest(); in testEmptyToNull()37 com.google.common.base.StringsTest testCase = new com.google.common.base.StringsTest(); in testIsNullOrEmpty()42 com.google.common.base.StringsTest testCase = new com.google.common.base.StringsTest(); in testLenientFormat()47 com.google.common.base.StringsTest testCase = new com.google.common.base.StringsTest(); in testLenientFormat_badArgumentToString_gwtFriendly()52 com.google.common.base.StringsTest testCase = new com.google.common.base.StringsTest(); in testNullToEmpty()57 com.google.common.base.StringsTest testCase = new com.google.common.base.StringsTest(); in testPadEnd_negativeMinLength()62 com.google.common.base.StringsTest testCase = new com.google.common.base.StringsTest(); in testPadEnd_noPadding()67 com.google.common.base.StringsTest testCase = new com.google.common.base.StringsTest(); in testPadEnd_null()[all …]
32 public class StringsTest extends TestCase { class