Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 23 of 23 for ClassSanityTester (0.07 seconds)

  1. guava-tests/test/com/google/common/collect/IterablesTest.java

    import com.google.common.base.Function;
    import com.google.common.base.Predicate;
    import com.google.common.base.Predicates;
    import com.google.common.collect.testing.IteratorTester;
    import com.google.common.testing.ClassSanityTester;
    import com.google.common.testing.NullPointerTester;
    import java.util.ArrayList;
    import java.util.Arrays;
    import java.util.Collection;
    import java.util.Collections;
    import java.util.Comparator;
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Mar 13 13:01:07 GMT 2026
    - 47.5K bytes
    - Click Count (0)
  2. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

          assertEquals(expected.get(i), getDone(futures.get(i)));
        }
      }
    
      @J2ktIncompatible
      @GwtIncompatible // ClassSanityTester
      public void testFutures_nullChecks() throws Exception {
        new ClassSanityTester()
            .forAllPublicStaticMethods(Futures.class)
            .thatReturn(Future.class)
            .testNulls();
      }
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 16 22:45:21 GMT 2026
    - 134K bytes
    - Click Count (0)
  3. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

          assertEquals(expected.get(i), getDone(futures.get(i)));
        }
      }
    
      @J2ktIncompatible
      @GwtIncompatible // ClassSanityTester
      public void testFutures_nullChecks() throws Exception {
        new ClassSanityTester()
            .forAllPublicStaticMethods(Futures.class)
            .thatReturn(Future.class)
            .testNulls();
      }
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 16 22:45:21 GMT 2026
    - 134K bytes
    - Click Count (0)
Back to Top