Home | History | Annotate | Download | only in net
      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.net;
     17 public class InternetDomainNameTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
     18 @Override public String getModuleName() {
     19   return "com.google.common.net.testModule";
     20 }
     21 public void testChild() throws Exception {
     22   com.google.common.net.InternetDomainNameTest testCase = new com.google.common.net.InternetDomainNameTest();
     23   testCase.testChild();
     24 }
     25 
     26 public void testEquality() throws Exception {
     27   com.google.common.net.InternetDomainNameTest testCase = new com.google.common.net.InternetDomainNameTest();
     28   testCase.testEquality();
     29 }
     30 
     31 public void testExclusion() throws Exception {
     32   com.google.common.net.InternetDomainNameTest testCase = new com.google.common.net.InternetDomainNameTest();
     33   testCase.testExclusion();
     34 }
     35 
     36 public void testInvalid() throws Exception {
     37   com.google.common.net.InternetDomainNameTest testCase = new com.google.common.net.InternetDomainNameTest();
     38   testCase.testInvalid();
     39 }
     40 
     41 public void testInvalidTopPrivateDomain() throws Exception {
     42   com.google.common.net.InternetDomainNameTest testCase = new com.google.common.net.InternetDomainNameTest();
     43   testCase.testInvalidTopPrivateDomain();
     44 }
     45 
     46 public void testIsValid() throws Exception {
     47   com.google.common.net.InternetDomainNameTest testCase = new com.google.common.net.InternetDomainNameTest();
     48   testCase.testIsValid();
     49 }
     50 
     51 public void testMultipleUnders() throws Exception {
     52   com.google.common.net.InternetDomainNameTest testCase = new com.google.common.net.InternetDomainNameTest();
     53   testCase.testMultipleUnders();
     54 }
     55 
     56 public void testParent() throws Exception {
     57   com.google.common.net.InternetDomainNameTest testCase = new com.google.common.net.InternetDomainNameTest();
     58   testCase.testParent();
     59 }
     60 
     61 public void testParentChild() throws Exception {
     62   com.google.common.net.InternetDomainNameTest testCase = new com.google.common.net.InternetDomainNameTest();
     63   testCase.testParentChild();
     64 }
     65 
     66 public void testPublicSuffix() throws Exception {
     67   com.google.common.net.InternetDomainNameTest testCase = new com.google.common.net.InternetDomainNameTest();
     68   testCase.testPublicSuffix();
     69 }
     70 
     71 public void testToString() throws Exception {
     72   com.google.common.net.InternetDomainNameTest testCase = new com.google.common.net.InternetDomainNameTest();
     73   testCase.testToString();
     74 }
     75 
     76 public void testTopPrivateDomain() throws Exception {
     77   com.google.common.net.InternetDomainNameTest testCase = new com.google.common.net.InternetDomainNameTest();
     78   testCase.testTopPrivateDomain();
     79 }
     80 
     81 public void testUnderPrivateDomain() throws Exception {
     82   com.google.common.net.InternetDomainNameTest testCase = new com.google.common.net.InternetDomainNameTest();
     83   testCase.testUnderPrivateDomain();
     84 }
     85 
     86 public void testUnderPublicSuffix() throws Exception {
     87   com.google.common.net.InternetDomainNameTest testCase = new com.google.common.net.InternetDomainNameTest();
     88   testCase.testUnderPublicSuffix();
     89 }
     90 
     91 public void testValid() throws Exception {
     92   com.google.common.net.InternetDomainNameTest testCase = new com.google.common.net.InternetDomainNameTest();
     93   testCase.testValid();
     94 }
     95 
     96 public void testValidTopPrivateDomain() throws Exception {
     97   com.google.common.net.InternetDomainNameTest testCase = new com.google.common.net.InternetDomainNameTest();
     98   testCase.testValidTopPrivateDomain();
     99 }
    100 }
    101