Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testGetResource_relativePath (0.16 sec)

  1. android/guava-tests/test/com/google/common/io/ResourcesTest.java

            .isEqualTo(
                "resource com/google/common/io/testdata/i18n.txt"
                    + " relative to com.google.common.io.ResourcesTest not found.");
      }
    
      public void testGetResource_relativePath() {
        assertNotNull(Resources.getResource(getClass(), "testdata/i18n.txt"));
      }
    
      public void testGetResource_contextClassLoader() throws IOException {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Jul 23 14:22:54 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/io/ResourcesTest.java

            .isEqualTo(
                "resource com/google/common/io/testdata/i18n.txt"
                    + " relative to com.google.common.io.ResourcesTest not found.");
      }
    
      public void testGetResource_relativePath() {
        assertNotNull(Resources.getResource(getClass(), "testdata/i18n.txt"));
      }
    
      public void testGetResource_contextClassLoader() throws IOException {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Jul 23 14:22:54 UTC 2024
    - 6.8K bytes
    - Viewed (0)
Back to top