Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testGetResource_relativePath (0.11 seconds)

  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 {
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Tue Oct 28 16:03:47 GMT 2025
    - 6.9K bytes
    - Click Count (0)
Back to Top