Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testNoNewApis (0.07 sec)

  1. android/guava-tests/test/com/google/common/util/concurrent/ListenableFutureTest.java

    import java.util.concurrent.Executor;
    import java.util.concurrent.Future;
    import junit.framework.TestCase;
    
    /** Test for {@link ListenableFuture}. */
    public class ListenableFutureTest extends TestCase {
      public void testNoNewApis() throws Exception {
        assertWithMessage(
                "Do not add new methods to ListenableFuture. Its API needs to continue to match the"
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Jun 15 19:48:16 UTC 2023
    - 1.7K bytes
    - Viewed (0)
Back to top