Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testGetResource_contextClassLoader (0.2 sec)

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

      }
    
      public void testGetResource_relativePath() {
        assertNotNull(Resources.getResource(getClass(), "testdata/i18n.txt"));
      }
    
      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 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

      }
    
      public void testGetResource_relativePath() {
        assertNotNull(Resources.getResource(getClass(), "testdata/i18n.txt"));
      }
    
      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 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