Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testGet_constantWithGenericsNotUsed (0.11 sec)

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

      }
    
      public void testGet_nullConstantIgnored() {
        assertSame(FirstConstantIsNull.SECOND, ArbitraryInstances.get(FirstConstantIsNull.class));
      }
    
      public void testGet_constantWithGenericsNotUsed() {
        assertThat(ArbitraryInstances.get(WithGenericConstant.class)).isNull();
      }
    
      public void testGet_nullConstant() {
        assertThat(ArbitraryInstances.get(WithNullConstant.class)).isNull();
      }
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Dec 11 20:45:32 UTC 2025
    - 22.6K bytes
    - Viewed (0)
  2. android/guava-testlib/test/com/google/common/testing/ArbitraryInstancesTest.java

      }
    
      public void testGet_nullConstantIgnored() {
        assertSame(FirstConstantIsNull.SECOND, ArbitraryInstances.get(FirstConstantIsNull.class));
      }
    
      public void testGet_constantWithGenericsNotUsed() {
        assertThat(ArbitraryInstances.get(WithGenericConstant.class)).isNull();
      }
    
      public void testGet_nullConstant() {
        assertThat(ArbitraryInstances.get(WithNullConstant.class)).isNull();
      }
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Dec 11 20:45:32 UTC 2025
    - 22.2K bytes
    - Viewed (0)
Back to top