Searched refs:PercentEscaperTest (Results 1 – 2 of 2) sorted by relevance
22 …com.google.common.net.PercentEscaperTest testCase = new com.google.common.net.PercentEscaperTest(); in testBadArguments_badchars()27 …com.google.common.net.PercentEscaperTest testCase = new com.google.common.net.PercentEscaperTest(); in testBadArguments_null()32 …com.google.common.net.PercentEscaperTest testCase = new com.google.common.net.PercentEscaperTest(); in testBadArguments_plusforspace()37 …com.google.common.net.PercentEscaperTest testCase = new com.google.common.net.PercentEscaperTest(); in testCustomEscaper()42 …com.google.common.net.PercentEscaperTest testCase = new com.google.common.net.PercentEscaperTest(); in testCustomEscaper_withpercent()47 …com.google.common.net.PercentEscaperTest testCase = new com.google.common.net.PercentEscaperTest(); in testPlusForSpace()52 …com.google.common.net.PercentEscaperTest testCase = new com.google.common.net.PercentEscaperTest(); in testSimpleEscaper()
35 public class PercentEscaperTest extends TestCase { class