alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Java example source code file (ImmutableSetTest_gwt.java)

This example Java source code file (ImmutableSetTest_gwt.java) is included in the alvinalexander.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Learn more about this Java project at its project page.

Java - Java tags/keywords

exception, immutablesettest_gwt, override, string

The ImmutableSetTest_gwt.java Java example source code

/*
 * Copyright (C) 2008 The Guava Authors
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.google.common.collect;
public class ImmutableSetTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
@Override public String getModuleName() {
  return "com.google.common.collect.testModule";
}
public void testBuilderAddAll() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testBuilderAddAll();
}

public void testBuilderAddAllHandlesNullsCorrectly() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testBuilderAddAllHandlesNullsCorrectly();
}

public void testBuilderAddHandlesNullsCorrectly() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testBuilderAddHandlesNullsCorrectly();
}

public void testBuilderWithDuplicateElements() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testBuilderWithDuplicateElements();
}

public void testBuilderWithNonDuplicateElements() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testBuilderWithNonDuplicateElements();
}

public void testComplexBuilder() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testComplexBuilder();
}

public void testContainsAll_sameType() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testContainsAll_sameType();
}

public void testCopyOf_arrayContainingOnlyNull() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCopyOf_arrayContainingOnlyNull();
}

public void testCopyOf_arrayOfOneElement() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCopyOf_arrayOfOneElement();
}

public void testCopyOf_collectionContainingNull() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCopyOf_collectionContainingNull();
}

public void testCopyOf_collection_empty() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCopyOf_collection_empty();
}

public void testCopyOf_collection_general() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCopyOf_collection_general();
}

public void testCopyOf_collection_oneElement() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCopyOf_collection_oneElement();
}

public void testCopyOf_collection_oneElementRepeated() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCopyOf_collection_oneElementRepeated();
}

public void testCopyOf_copiesImmutableSortedSet() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCopyOf_copiesImmutableSortedSet();
}

public void testCopyOf_emptyArray() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCopyOf_emptyArray();
}

public void testCopyOf_iteratorContainingNull() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCopyOf_iteratorContainingNull();
}

public void testCopyOf_iterator_empty() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCopyOf_iterator_empty();
}

public void testCopyOf_iterator_general() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCopyOf_iterator_general();
}

public void testCopyOf_iterator_oneElement() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCopyOf_iterator_oneElement();
}

public void testCopyOf_iterator_oneElementRepeated() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCopyOf_iterator_oneElementRepeated();
}

public void testCopyOf_nullArray() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCopyOf_nullArray();
}

public void testCopyOf_plainIterable() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCopyOf_plainIterable();
}

public void testCopyOf_plainIterable_iteratesOnce() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCopyOf_plainIterable_iteratesOnce();
}

public void testCopyOf_shortcut_empty() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCopyOf_shortcut_empty();
}

public void testCopyOf_shortcut_sameType() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCopyOf_shortcut_sameType();
}

public void testCopyOf_shortcut_singleton() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCopyOf_shortcut_singleton();
}

public void testCreation_allDuplicates() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCreation_allDuplicates();
}

public void testCreation_arrayOfArray() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCreation_arrayOfArray();
}

public void testCreation_eightElements() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCreation_eightElements();
}

public void testCreation_fiveElements() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCreation_fiveElements();
}

public void testCreation_fourElements() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCreation_fourElements();
}

public void testCreation_manyDuplicates() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCreation_manyDuplicates();
}

public void testCreation_noArgs() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCreation_noArgs();
}

public void testCreation_oneDuplicate() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCreation_oneDuplicate();
}

public void testCreation_oneElement() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCreation_oneElement();
}

public void testCreation_sevenElements() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCreation_sevenElements();
}

public void testCreation_sixElements() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCreation_sixElements();
}

public void testCreation_threeElements() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCreation_threeElements();
}

public void testCreation_twoElements() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testCreation_twoElements();
}

public void testEquals() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testEquals();
}

public void testEquals_sameType() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testEquals_sameType();
}

public void testReuseBuilderWithDuplicateElements() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testReuseBuilderWithDuplicateElements();
}

public void testReuseBuilderWithNonDuplicateElements() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testReuseBuilderWithNonDuplicateElements();
}

public void testToString() throws Exception {
  com.google.common.collect.ImmutableSetTest testCase = new com.google.common.collect.ImmutableSetTest();
  testCase.testToString();
}
}

Other Java examples (source code examples)

Here is a short list of links related to this Java ImmutableSetTest_gwt.java source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.