Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testGetResource_relativePath (0.22 sec)

  1. 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() {
        assertThat(Resources.getResource(getClass(), "testdata/i18n.txt")).isNotNull();
      }
    
      public void testGetResource_contextClassLoader() throws IOException {
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Tue Oct 28 16:03:47 UTC 2025
    - 6.9K bytes
    - Viewed (0)
Back to top