Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for diri (0.12 sec)

  1. android/guava-tests/test/com/google/common/reflect/ClassPathTest.java

        // with/relative/directory is the Class-Path value in the mf file.
        Manifest manifest = manifestClasspath("with/relative/dir");
        assertThat(ClassPath.getClassPathFromManifest(jarFile, manifest))
            .containsExactly(fullpath("base/with/relative/dir"));
      }
    
      public void testGetClassPathFromManifest_relativeJar() throws IOException {
        File jarFile = new File("base/some.jar");
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Apr 26 14:02:27 GMT 2024
    - 24.9K bytes
    - Viewed (0)
Back to top