Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testGetResource_contextClassLoader (0.13 sec)

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

      }
    
      public void testGetResource_relativePath() {
        assertThat(Resources.getResource(getClass(), "testdata/i18n.txt")).isNotNull();
      }
    
      public void testGetResource_contextClassLoader() throws IOException {
        // Check that we can find a resource if it is visible to the context class
        // loader, even if it is not visible to the loader of the Resources class.
    
    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