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 JoinerTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
getModuleName()18 @Override public String getModuleName() {
19   return "com.google.common.base.testModule";
20 }
testEntries()21 public void testEntries() throws Exception {
22   com.google.common.base.JoinerTest testCase = new com.google.common.base.JoinerTest();
23   testCase.testEntries();
24 }
25 
testMap()26 public void testMap() throws Exception {
27   com.google.common.base.JoinerTest testCase = new com.google.common.base.JoinerTest();
28   testCase.testMap();
29 }
30 
testNoSpecialNullBehavior()31 public void testNoSpecialNullBehavior() throws Exception {
32   com.google.common.base.JoinerTest testCase = new com.google.common.base.JoinerTest();
33   testCase.testNoSpecialNullBehavior();
34 }
35 
testOnCharOverride()36 public void testOnCharOverride() throws Exception {
37   com.google.common.base.JoinerTest testCase = new com.google.common.base.JoinerTest();
38   testCase.testOnCharOverride();
39 }
40 
testSkipNulls()41 public void testSkipNulls() throws Exception {
42   com.google.common.base.JoinerTest testCase = new com.google.common.base.JoinerTest();
43   testCase.testSkipNulls();
44 }
45 
testUseForNull()46 public void testUseForNull() throws Exception {
47   com.google.common.base.JoinerTest testCase = new com.google.common.base.JoinerTest();
48   testCase.testUseForNull();
49 }
50 
test_skipNulls_onMap()51 public void test_skipNulls_onMap() throws Exception {
52   com.google.common.base.JoinerTest testCase = new com.google.common.base.JoinerTest();
53   testCase.test_skipNulls_onMap();
54 }
55 
test_skipNulls_useForNull()56 public void test_skipNulls_useForNull() throws Exception {
57   com.google.common.base.JoinerTest testCase = new com.google.common.base.JoinerTest();
58   testCase.test_skipNulls_useForNull();
59 }
60 
test_useForNull_skipNulls()61 public void test_useForNull_skipNulls() throws Exception {
62   com.google.common.base.JoinerTest testCase = new com.google.common.base.JoinerTest();
63   testCase.test_useForNull_skipNulls();
64 }
65 
test_useForNull_twice()66 public void test_useForNull_twice() throws Exception {
67   com.google.common.base.JoinerTest testCase = new com.google.common.base.JoinerTest();
68   testCase.test_useForNull_twice();
69 }
70 }
71