10888a09821a98ac0680fad765217302858e70fa4Paul Duffin/*
20888a09821a98ac0680fad765217302858e70fa4Paul Duffin * Copyright (C) 2008 The Guava Authors
30888a09821a98ac0680fad765217302858e70fa4Paul Duffin *
40888a09821a98ac0680fad765217302858e70fa4Paul Duffin * Licensed under the Apache License, Version 2.0 (the "License");
50888a09821a98ac0680fad765217302858e70fa4Paul Duffin * you may not use this file except in compliance with the License.
60888a09821a98ac0680fad765217302858e70fa4Paul Duffin * You may obtain a copy of the License at
70888a09821a98ac0680fad765217302858e70fa4Paul Duffin *
80888a09821a98ac0680fad765217302858e70fa4Paul Duffin * http://www.apache.org/licenses/LICENSE-2.0
90888a09821a98ac0680fad765217302858e70fa4Paul Duffin *
100888a09821a98ac0680fad765217302858e70fa4Paul Duffin * Unless required by applicable law or agreed to in writing, software
110888a09821a98ac0680fad765217302858e70fa4Paul Duffin * distributed under the License is distributed on an "AS IS" BASIS,
120888a09821a98ac0680fad765217302858e70fa4Paul Duffin * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
130888a09821a98ac0680fad765217302858e70fa4Paul Duffin * See the License for the specific language governing permissions and
140888a09821a98ac0680fad765217302858e70fa4Paul Duffin * limitations under the License.
150888a09821a98ac0680fad765217302858e70fa4Paul Duffin */
160888a09821a98ac0680fad765217302858e70fa4Paul Duffinpackage com.google.common.testing;
170888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic class EquivalenceTesterTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
180888a09821a98ac0680fad765217302858e70fa4Paul Duffin@Override public String getModuleName() {
190888a09821a98ac0680fad765217302858e70fa4Paul Duffin  return "com.google.common.testing.testModule";
200888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
210888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testOf_NullPointerException() throws Exception {
220888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.testing.EquivalenceTesterTest testCase = new com.google.common.testing.EquivalenceTesterTest();
230888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.setUp();
240888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testOf_NullPointerException();
250888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
260888a09821a98ac0680fad765217302858e70fa4Paul Duffin
270888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testTest() throws Exception {
280888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.testing.EquivalenceTesterTest testCase = new com.google.common.testing.EquivalenceTesterTest();
290888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.setUp();
300888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testTest();
310888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
320888a09821a98ac0680fad765217302858e70fa4Paul Duffin
330888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testTest_NoData() throws Exception {
340888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.testing.EquivalenceTesterTest testCase = new com.google.common.testing.EquivalenceTesterTest();
350888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.setUp();
360888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testTest_NoData();
370888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
380888a09821a98ac0680fad765217302858e70fa4Paul Duffin
390888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testTest_hash() throws Exception {
400888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.testing.EquivalenceTesterTest testCase = new com.google.common.testing.EquivalenceTesterTest();
410888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.setUp();
420888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testTest_hash();
430888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
440888a09821a98ac0680fad765217302858e70fa4Paul Duffin
450888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testTest_inequivalence() throws Exception {
460888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.testing.EquivalenceTesterTest testCase = new com.google.common.testing.EquivalenceTesterTest();
470888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.setUp();
480888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testTest_inequivalence();
490888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
500888a09821a98ac0680fad765217302858e70fa4Paul Duffin
510888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testTest_symmetric() throws Exception {
520888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.testing.EquivalenceTesterTest testCase = new com.google.common.testing.EquivalenceTesterTest();
530888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.setUp();
540888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testTest_symmetric();
550888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
560888a09821a98ac0680fad765217302858e70fa4Paul Duffin
570888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testTest_trasitive() throws Exception {
580888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.testing.EquivalenceTesterTest testCase = new com.google.common.testing.EquivalenceTesterTest();
590888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.setUp();
600888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testTest_trasitive();
610888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
620888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
63