Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for testGoogleOptional (0.11 seconds)

  1. android/guava-testlib/test/com/google/common/testing/FreshValueGeneratorTest.java

        assertFreshInstance(new TypeToken<List<TwoConstantEnum>>() {}, 2);
      }
    
      @AndroidIncompatible // problem with equality of Type objects?
      public void testGoogleOptional() {
        FreshValueGenerator generator = new FreshValueGenerator();
        assertEquals(
            com.google.common.base.Optional.absent(),
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 12 17:47:10 GMT 2026
    - 17.4K bytes
    - Click Count (0)
  2. guava-testlib/test/com/google/common/testing/FreshValueGeneratorTest.java

        assertFreshInstance(new TypeToken<List<TwoConstantEnum>>() {}, 2);
      }
    
      @AndroidIncompatible // problem with equality of Type objects?
      public void testGoogleOptional() {
        FreshValueGenerator generator = new FreshValueGenerator();
        assertEquals(
            com.google.common.base.Optional.absent(),
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 12 17:47:10 GMT 2026
    - 18.6K bytes
    - Click Count (0)
Back to Top