Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getResource (1.44 sec)

  1. android/guava-testlib/test/com/google/common/collect/testing/features/FeatureUtilTest.java

        assertThat(e.getConflicts()).contains(ExampleBaseFeature.BASE_FEATURE_1);
        assertEquals(ConflictingRequirementsExampleDerivedInterfaceTester.class, e.getSource());
      }
    
      @AndroidIncompatible // Android runs ExampleDerivedInterfaceTester directly if it exists
      public void testBuildTesterRequirements_methodClassConflict() throws Exception {
        final Method method =
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 20 17:00:05 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  2. guava-testlib/test/com/google/common/collect/testing/features/FeatureUtilTest.java

        assertThat(e.getConflicts()).contains(ExampleBaseFeature.BASE_FEATURE_1);
        assertEquals(ConflictingRequirementsExampleDerivedInterfaceTester.class, e.getSource());
      }
    
      @AndroidIncompatible // Android runs ExampleDerivedInterfaceTester directly if it exists
      public void testBuildTesterRequirements_methodClassConflict() throws Exception {
        final Method method =
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 20 17:00:05 UTC 2024
    - 10.4K bytes
    - Viewed (0)
Back to top