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

Java example source code file (ObjectArraysTest_gwt.java)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Other Java examples (source code examples)

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