Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testGet_constantTypeDoesNotMatch (0.13 sec)

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

      }
    
      public void testGet_nullConstant() {
        assertThat(ArbitraryInstances.get(WithNullConstant.class)).isNull();
      }
    
      public void testGet_constantTypeDoesNotMatch() {
        assertThat(ArbitraryInstances.get(ParentClassHasConstant.class)).isNull();
      }
    
      public void testGet_nonPublicConstantNotUsed() {
    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_nullConstant() {
        assertThat(ArbitraryInstances.get(WithNullConstant.class)).isNull();
      }
    
      public void testGet_constantTypeDoesNotMatch() {
        assertThat(ArbitraryInstances.get(ParentClassHasConstant.class)).isNull();
      }
    
      public void testGet_nonPublicConstantNotUsed() {
    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