Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    import junit.framework.TestCase;
    import org.jspecify.annotations.NullUnmarked;
    
    /** Test for {@link ListenableFuture}. */
    @NullUnmarked
    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 Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Dec 19 18:03:30 UTC 2024
    - 1.7K bytes
    - Viewed (0)
Back to top