blob: 1b201d850ccebdb3904d7eb52f5d828b872ab575 [file] [log] [blame]
/*
* 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.util.concurrent;
public class FuturesGetUncheckedTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
@Override public String getModuleName() {
return "com.google.common.util.concurrent.testModule";
}
public void testGetUnchecked_Error() throws Exception {
com.google.common.util.concurrent.FuturesGetUncheckedTest testCase = new com.google.common.util.concurrent.FuturesGetUncheckedTest();
testCase.testGetUnchecked_Error();
}
public void testGetUnchecked_ExecutionExceptionChecked() throws Exception {
com.google.common.util.concurrent.FuturesGetUncheckedTest testCase = new com.google.common.util.concurrent.FuturesGetUncheckedTest();
testCase.testGetUnchecked_ExecutionExceptionChecked();
}
public void testGetUnchecked_ExecutionExceptionError() throws Exception {
com.google.common.util.concurrent.FuturesGetUncheckedTest testCase = new com.google.common.util.concurrent.FuturesGetUncheckedTest();
testCase.testGetUnchecked_ExecutionExceptionError();
}
public void testGetUnchecked_ExecutionExceptionOtherThrowable() throws Exception {
com.google.common.util.concurrent.FuturesGetUncheckedTest testCase = new com.google.common.util.concurrent.FuturesGetUncheckedTest();
testCase.testGetUnchecked_ExecutionExceptionOtherThrowable();
}
public void testGetUnchecked_ExecutionExceptionUnchecked() throws Exception {
com.google.common.util.concurrent.FuturesGetUncheckedTest testCase = new com.google.common.util.concurrent.FuturesGetUncheckedTest();
testCase.testGetUnchecked_ExecutionExceptionUnchecked();
}
public void testGetUnchecked_RuntimeException() throws Exception {
com.google.common.util.concurrent.FuturesGetUncheckedTest testCase = new com.google.common.util.concurrent.FuturesGetUncheckedTest();
testCase.testGetUnchecked_RuntimeException();
}
public void testGetUnchecked_cancelled() throws Exception {
com.google.common.util.concurrent.FuturesGetUncheckedTest testCase = new com.google.common.util.concurrent.FuturesGetUncheckedTest();
testCase.testGetUnchecked_cancelled();
}
public void testGetUnchecked_success() throws Exception {
com.google.common.util.concurrent.FuturesGetUncheckedTest testCase = new com.google.common.util.concurrent.FuturesGetUncheckedTest();
testCase.testGetUnchecked_success();
}
}