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

Java example source code file (MultimapsTest_gwt.java)

This example Java source code file (MultimapsTest_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, multimapstest_gwt, override, string

The MultimapsTest_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 MultimapsTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
@Override public String getModuleName() {
  return "com.google.common.collect.testModule";
}
public void testAsMap_listMultimap() throws Exception {
  com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest();
  testCase.testAsMap_listMultimap();
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Other Java examples (source code examples)

Here is a short list of links related to this Java MultimapsTest_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.