Home | History | Annotate | Download | only in collect
      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 ArrayTableTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
     18 @Override public String getModuleName() {
     19   return "com.google.common.collect.testModule";
     20 }
     21 public void testAt() throws Exception {
     22   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
     23   testCase.setUp();
     24   testCase.testAt();
     25 }
     26 
     27 public void testCellReflectsChanges() throws Exception {
     28   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
     29   testCase.setUp();
     30   testCase.testCellReflectsChanges();
     31 }
     32 
     33 public void testCellSetToString_ordered() throws Exception {
     34   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
     35   testCase.setUp();
     36   testCase.testCellSetToString_ordered();
     37 }
     38 
     39 public void testClear() throws Exception {
     40   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
     41   testCase.setUp();
     42   testCase.testClear();
     43 }
     44 
     45 public void testColumn() throws Exception {
     46   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
     47   testCase.setUp();
     48   testCase.testColumn();
     49 }
     50 
     51 public void testColumnKeyList() throws Exception {
     52   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
     53   testCase.setUp();
     54   testCase.testColumnKeyList();
     55 }
     56 
     57 public void testColumnKeySetToString_ordered() throws Exception {
     58   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
     59   testCase.setUp();
     60   testCase.testColumnKeySetToString_ordered();
     61 }
     62 
     63 public void testColumnMissing() throws Exception {
     64   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
     65   testCase.setUp();
     66   testCase.testColumnMissing();
     67 }
     68 
     69 public void testColumnNull() throws Exception {
     70   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
     71   testCase.setUp();
     72   testCase.testColumnNull();
     73 }
     74 
     75 public void testColumnPutIllegal() throws Exception {
     76   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
     77   testCase.setUp();
     78   testCase.testColumnPutIllegal();
     79 }
     80 
     81 public void testColumnSetPartialOverlap() throws Exception {
     82   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
     83   testCase.setUp();
     84   testCase.testColumnSetPartialOverlap();
     85 }
     86 
     87 public void testContains() throws Exception {
     88   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
     89   testCase.setUp();
     90   testCase.testContains();
     91 }
     92 
     93 public void testContainsColumn() throws Exception {
     94   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
     95   testCase.setUp();
     96   testCase.testContainsColumn();
     97 }
     98 
     99 public void testContainsRow() throws Exception {
    100   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    101   testCase.setUp();
    102   testCase.testContainsRow();
    103 }
    104 
    105 public void testContainsValue() throws Exception {
    106   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    107   testCase.setUp();
    108   testCase.testContainsValue();
    109 }
    110 
    111 public void testCreateCopyArrayTable() throws Exception {
    112   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    113   testCase.setUp();
    114   testCase.testCreateCopyArrayTable();
    115 }
    116 
    117 public void testCreateCopyEmptyTable() throws Exception {
    118   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    119   testCase.setUp();
    120   testCase.testCreateCopyEmptyTable();
    121 }
    122 
    123 public void testCreateCopyHashBasedTable() throws Exception {
    124   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    125   testCase.setUp();
    126   testCase.testCreateCopyHashBasedTable();
    127 }
    128 
    129 public void testCreateDuplicateColumns() throws Exception {
    130   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    131   testCase.setUp();
    132   testCase.testCreateDuplicateColumns();
    133 }
    134 
    135 public void testCreateDuplicateRows() throws Exception {
    136   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    137   testCase.setUp();
    138   testCase.testCreateDuplicateRows();
    139 }
    140 
    141 public void testCreateEmptyColumns() throws Exception {
    142   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    143   testCase.setUp();
    144   testCase.testCreateEmptyColumns();
    145 }
    146 
    147 public void testCreateEmptyRows() throws Exception {
    148   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    149   testCase.setUp();
    150   testCase.testCreateEmptyRows();
    151 }
    152 
    153 public void testEquals() throws Exception {
    154   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    155   testCase.setUp();
    156   testCase.testEquals();
    157 }
    158 
    159 public void testErase() throws Exception {
    160   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    161   testCase.setUp();
    162   testCase.testErase();
    163 }
    164 
    165 public void testEraseAll() throws Exception {
    166   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    167   testCase.setUp();
    168   testCase.testEraseAll();
    169 }
    170 
    171 public void testGet() throws Exception {
    172   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    173   testCase.setUp();
    174   testCase.testGet();
    175 }
    176 
    177 public void testGetMissingKeys() throws Exception {
    178   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    179   testCase.setUp();
    180   testCase.testGetMissingKeys();
    181 }
    182 
    183 public void testHashCode() throws Exception {
    184   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    185   testCase.setUp();
    186   testCase.testHashCode();
    187 }
    188 
    189 public void testIsEmpty() throws Exception {
    190   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    191   testCase.setUp();
    192   testCase.testIsEmpty();
    193 }
    194 
    195 public void testPut() throws Exception {
    196   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    197   testCase.setUp();
    198   testCase.testPut();
    199 }
    200 
    201 public void testPutAllTable() throws Exception {
    202   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    203   testCase.setUp();
    204   testCase.testPutAllTable();
    205 }
    206 
    207 public void testPutIllegal() throws Exception {
    208   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    209   testCase.setUp();
    210   testCase.testPutIllegal();
    211 }
    212 
    213 public void testPutNull() throws Exception {
    214   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    215   testCase.setUp();
    216   testCase.testPutNull();
    217 }
    218 
    219 public void testPutNullReplace() throws Exception {
    220   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    221   testCase.setUp();
    222   testCase.testPutNullReplace();
    223 }
    224 
    225 public void testRemove() throws Exception {
    226   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    227   testCase.setUp();
    228   testCase.testRemove();
    229 }
    230 
    231 public void testRow() throws Exception {
    232   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    233   testCase.setUp();
    234   testCase.testRow();
    235 }
    236 
    237 public void testRowClearAndPut() throws Exception {
    238   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    239   testCase.setUp();
    240   testCase.testRowClearAndPut();
    241 }
    242 
    243 public void testRowKeyList() throws Exception {
    244   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    245   testCase.setUp();
    246   testCase.testRowKeyList();
    247 }
    248 
    249 public void testRowKeySetToString_ordered() throws Exception {
    250   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    251   testCase.setUp();
    252   testCase.testRowKeySetToString_ordered();
    253 }
    254 
    255 public void testRowMissing() throws Exception {
    256   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    257   testCase.setUp();
    258   testCase.testRowMissing();
    259 }
    260 
    261 public void testRowNull() throws Exception {
    262   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    263   testCase.setUp();
    264   testCase.testRowNull();
    265 }
    266 
    267 public void testRowPutIllegal() throws Exception {
    268   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    269   testCase.setUp();
    270   testCase.testRowPutIllegal();
    271 }
    272 
    273 public void testSerialization() throws Exception {
    274   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    275   testCase.setUp();
    276   testCase.testSerialization();
    277 }
    278 
    279 public void testSet() throws Exception {
    280   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    281   testCase.setUp();
    282   testCase.testSet();
    283 }
    284 
    285 public void testSize() throws Exception {
    286   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    287   testCase.setUp();
    288   testCase.testSize();
    289 }
    290 
    291 public void testToStringSize1() throws Exception {
    292   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    293   testCase.setUp();
    294   testCase.testToStringSize1();
    295 }
    296 
    297 public void testToString_ordered() throws Exception {
    298   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    299   testCase.setUp();
    300   testCase.testToString_ordered();
    301 }
    302 
    303 public void testValuesToString_ordered() throws Exception {
    304   com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
    305   testCase.setUp();
    306   testCase.testValuesToString_ordered();
    307 }
    308 }
    309