• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright (C) 2008 The Guava Authors
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 package com.google.common.base;
17 public class CharMatcherTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
getModuleName()18 @Override public String getModuleName() {
19   return "com.google.common.base.testModule";
20 }
testAllMatches()21 public void testAllMatches() throws Exception {
22   com.google.common.base.CharMatcherTest testCase = new com.google.common.base.CharMatcherTest();
23   testCase.testAllMatches();
24 }
25 
testAnyAndNone_logicalOps()26 public void testAnyAndNone_logicalOps() throws Exception {
27   com.google.common.base.CharMatcherTest testCase = new com.google.common.base.CharMatcherTest();
28   testCase.testAnyAndNone_logicalOps();
29 }
30 
testCollapse()31 public void testCollapse() throws Exception {
32   com.google.common.base.CharMatcherTest testCase = new com.google.common.base.CharMatcherTest();
33   testCase.testCollapse();
34 }
35 
testCollapse_any()36 public void testCollapse_any() throws Exception {
37   com.google.common.base.CharMatcherTest testCase = new com.google.common.base.CharMatcherTest();
38   testCase.testCollapse_any();
39 }
40 
testEmpty()41 public void testEmpty() throws Exception {
42   com.google.common.base.CharMatcherTest testCase = new com.google.common.base.CharMatcherTest();
43   testCase.testEmpty();
44 }
45 
testGeneral()46 public void testGeneral() throws Exception {
47   com.google.common.base.CharMatcherTest testCase = new com.google.common.base.CharMatcherTest();
48   testCase.testGeneral();
49 }
50 
testNoMatches()51 public void testNoMatches() throws Exception {
52   com.google.common.base.CharMatcherTest testCase = new com.google.common.base.CharMatcherTest();
53   testCase.testNoMatches();
54 }
55 
testPrecomputedOptimizations()56 public void testPrecomputedOptimizations() throws Exception {
57   com.google.common.base.CharMatcherTest testCase = new com.google.common.base.CharMatcherTest();
58   testCase.testPrecomputedOptimizations();
59 }
60 
testReplaceFrom()61 public void testReplaceFrom() throws Exception {
62   com.google.common.base.CharMatcherTest testCase = new com.google.common.base.CharMatcherTest();
63   testCase.testReplaceFrom();
64 }
65 
testToString()66 public void testToString() throws Exception {
67   com.google.common.base.CharMatcherTest testCase = new com.google.common.base.CharMatcherTest();
68   testCase.testToString();
69 }
70 
testTrimAndCollapse()71 public void testTrimAndCollapse() throws Exception {
72   com.google.common.base.CharMatcherTest testCase = new com.google.common.base.CharMatcherTest();
73   testCase.testTrimAndCollapse();
74 }
75 
testTrimFrom()76 public void testTrimFrom() throws Exception {
77   com.google.common.base.CharMatcherTest testCase = new com.google.common.base.CharMatcherTest();
78   testCase.testTrimFrom();
79 }
80 
testTrimLeadingFrom()81 public void testTrimLeadingFrom() throws Exception {
82   com.google.common.base.CharMatcherTest testCase = new com.google.common.base.CharMatcherTest();
83   testCase.testTrimLeadingFrom();
84 }
85 
testTrimTrailingFrom()86 public void testTrimTrailingFrom() throws Exception {
87   com.google.common.base.CharMatcherTest testCase = new com.google.common.base.CharMatcherTest();
88   testCase.testTrimTrailingFrom();
89 }
90 
testWhitespaceBreakingWhitespaceSubset()91 public void testWhitespaceBreakingWhitespaceSubset() throws Exception {
92   com.google.common.base.CharMatcherTest testCase = new com.google.common.base.CharMatcherTest();
93   testCase.testWhitespaceBreakingWhitespaceSubset();
94 }
95 }
96