Class AbstractCheckedFutureTest

  • All Implemented Interfaces:
    junit.framework.Test

    @Beta
    @GwtIncompatible
    public abstract class AbstractCheckedFutureTest
    extends AbstractListenableFutureTest
    Test case to make sure the CheckedFuture.checkedGet() and CheckedFuture.checkedGet(long, TimeUnit) methods work correctly.
    Since:
    10.0
    Author:
    Sven Mawson