Class AbstractListenableFutureTest

  • All Implemented Interfaces:
    junit.framework.Test

    @Beta
    @GwtIncompatible
    public abstract class AbstractListenableFutureTest
    extends junit.framework.TestCase
    Abstract test case parent for anything implementing ListenableFuture. Tests the two get methods and the addListener method.
    Since:
    10.0
    Author:
    Sven Mawson