• 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.collect;
17 public class TablesTransformValuesTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
getModuleName()18 @Override public String getModuleName() {
19   return "com.google.common.collect.testModule";
20 }
testClear()21 public void testClear() throws Exception {
22   com.google.common.collect.TablesTransformValuesTest testCase = new com.google.common.collect.TablesTransformValuesTest();
23   testCase.setUp();
24   testCase.testClear();
25 }
26 
testColumn()27 public void testColumn() throws Exception {
28   com.google.common.collect.TablesTransformValuesTest testCase = new com.google.common.collect.TablesTransformValuesTest();
29   testCase.setUp();
30   testCase.testColumn();
31 }
32 
testColumnNull()33 public void testColumnNull() throws Exception {
34   com.google.common.collect.TablesTransformValuesTest testCase = new com.google.common.collect.TablesTransformValuesTest();
35   testCase.setUp();
36   testCase.testColumnNull();
37 }
38 
testColumnSetPartialOverlap()39 public void testColumnSetPartialOverlap() throws Exception {
40   com.google.common.collect.TablesTransformValuesTest testCase = new com.google.common.collect.TablesTransformValuesTest();
41   testCase.setUp();
42   testCase.testColumnSetPartialOverlap();
43 }
44 
testContains()45 public void testContains() throws Exception {
46   com.google.common.collect.TablesTransformValuesTest testCase = new com.google.common.collect.TablesTransformValuesTest();
47   testCase.setUp();
48   testCase.testContains();
49 }
50 
testContainsColumn()51 public void testContainsColumn() throws Exception {
52   com.google.common.collect.TablesTransformValuesTest testCase = new com.google.common.collect.TablesTransformValuesTest();
53   testCase.setUp();
54   testCase.testContainsColumn();
55 }
56 
testContainsRow()57 public void testContainsRow() throws Exception {
58   com.google.common.collect.TablesTransformValuesTest testCase = new com.google.common.collect.TablesTransformValuesTest();
59   testCase.setUp();
60   testCase.testContainsRow();
61 }
62 
testContainsValue()63 public void testContainsValue() throws Exception {
64   com.google.common.collect.TablesTransformValuesTest testCase = new com.google.common.collect.TablesTransformValuesTest();
65   testCase.setUp();
66   testCase.testContainsValue();
67 }
68 
testEquals()69 public void testEquals() throws Exception {
70   com.google.common.collect.TablesTransformValuesTest testCase = new com.google.common.collect.TablesTransformValuesTest();
71   testCase.setUp();
72   testCase.testEquals();
73 }
74 
testGet()75 public void testGet() throws Exception {
76   com.google.common.collect.TablesTransformValuesTest testCase = new com.google.common.collect.TablesTransformValuesTest();
77   testCase.setUp();
78   testCase.testGet();
79 }
80 
testHashCode()81 public void testHashCode() throws Exception {
82   com.google.common.collect.TablesTransformValuesTest testCase = new com.google.common.collect.TablesTransformValuesTest();
83   testCase.setUp();
84   testCase.testHashCode();
85 }
86 
testIsEmpty()87 public void testIsEmpty() throws Exception {
88   com.google.common.collect.TablesTransformValuesTest testCase = new com.google.common.collect.TablesTransformValuesTest();
89   testCase.setUp();
90   testCase.testIsEmpty();
91 }
92 
testPut()93 public void testPut() throws Exception {
94   com.google.common.collect.TablesTransformValuesTest testCase = new com.google.common.collect.TablesTransformValuesTest();
95   testCase.setUp();
96   testCase.testPut();
97 }
98 
testPutAllTable()99 public void testPutAllTable() throws Exception {
100   com.google.common.collect.TablesTransformValuesTest testCase = new com.google.common.collect.TablesTransformValuesTest();
101   testCase.setUp();
102   testCase.testPutAllTable();
103 }
104 
testPutNull()105 public void testPutNull() throws Exception {
106   com.google.common.collect.TablesTransformValuesTest testCase = new com.google.common.collect.TablesTransformValuesTest();
107   testCase.setUp();
108   testCase.testPutNull();
109 }
110 
testPutNullReplace()111 public void testPutNullReplace() throws Exception {
112   com.google.common.collect.TablesTransformValuesTest testCase = new com.google.common.collect.TablesTransformValuesTest();
113   testCase.setUp();
114   testCase.testPutNullReplace();
115 }
116 
testRemove()117 public void testRemove() throws Exception {
118   com.google.common.collect.TablesTransformValuesTest testCase = new com.google.common.collect.TablesTransformValuesTest();
119   testCase.setUp();
120   testCase.testRemove();
121 }
122 
testRow()123 public void testRow() throws Exception {
124   com.google.common.collect.TablesTransformValuesTest testCase = new com.google.common.collect.TablesTransformValuesTest();
125   testCase.setUp();
126   testCase.testRow();
127 }
128 
testRowClearAndPut()129 public void testRowClearAndPut() throws Exception {
130   com.google.common.collect.TablesTransformValuesTest testCase = new com.google.common.collect.TablesTransformValuesTest();
131   testCase.setUp();
132   testCase.testRowClearAndPut();
133 }
134 
testRowNull()135 public void testRowNull() throws Exception {
136   com.google.common.collect.TablesTransformValuesTest testCase = new com.google.common.collect.TablesTransformValuesTest();
137   testCase.setUp();
138   testCase.testRowNull();
139 }
140 
testSize()141 public void testSize() throws Exception {
142   com.google.common.collect.TablesTransformValuesTest testCase = new com.google.common.collect.TablesTransformValuesTest();
143   testCase.setUp();
144   testCase.testSize();
145 }
146 
testToStringSize1()147 public void testToStringSize1() throws Exception {
148   com.google.common.collect.TablesTransformValuesTest testCase = new com.google.common.collect.TablesTransformValuesTest();
149   testCase.setUp();
150   testCase.testToStringSize1();
151 }
152 }
153