Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testAlwaysTrue_serialization (0.19 seconds)

  1. android/guava-tests/test/com/google/common/base/PredicatesTest.java

            .addEqualityGroup(isOdd())
            .addEqualityGroup(Predicates.alwaysFalse())
            .testEquals();
      }
    
      @J2ktIncompatible
      @GwtIncompatible // SerializableTester
      public void testAlwaysTrue_serialization() {
        checkSerialization(Predicates.alwaysTrue());
      }
    
      /*
       * Tests for Predicates.alwaysFalse().
       */
    
      public void testAlwaysFalse_apply() throws Exception {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Mar 18 18:06:14 GMT 2026
    - 32.2K bytes
    - Click Count (0)
Back to Top