|
void | testJarUtilFlat01 () throws IOException, IllegalArgumentException, URISyntaxException |
|
void | testJarUtilJarInJar01 () throws IOException, ClassNotFoundException, IllegalArgumentException, URISyntaxException |
|
void | testJarUtilJarInJar02 () throws IOException, ClassNotFoundException, IllegalArgumentException, URISyntaxException |
|
void | testJarUtilJarInJar03 () throws IOException, ClassNotFoundException, IllegalArgumentException, URISyntaxException |
| Tests JarUtil's ability to resolve non-JAR URLs with a custom resolver. More...
|
|
final String | getFullTestName (final String separator) |
|
final String | getSimpleTestName (final String separator) |
|
final String | getTestMethodName () |
|
final void | setUpBase () |
|
final void | tearDownBase () |
|
Definition at line 58 of file TestJarUtil.java.
◆ init()
static void jau.test.pkg.TestJarUtil.init |
( |
| ) |
|
|
static |
◆ testJarUtilFlat01()
void jau.test.pkg.TestJarUtil.testJarUtilFlat01 |
( |
| ) |
throws IOException, IllegalArgumentException, URISyntaxException |
◆ testJarUtilJarInJar01()
void jau.test.pkg.TestJarUtil.testJarUtilJarInJar01 |
( |
| ) |
throws IOException, ClassNotFoundException, IllegalArgumentException, URISyntaxException |
◆ testJarUtilJarInJar02()
void jau.test.pkg.TestJarUtil.testJarUtilJarInJar02 |
( |
| ) |
throws IOException, ClassNotFoundException, IllegalArgumentException, URISyntaxException |
◆ testJarUtilJarInJar03()
void jau.test.pkg.TestJarUtil.testJarUtilJarInJar03 |
( |
| ) |
throws IOException, ClassNotFoundException, IllegalArgumentException, URISyntaxException |
Tests JarUtil's ability to resolve non-JAR URLs with a custom resolver.
Meant to be used in cases like an OSGi plugin, where all classes are loaded with custom classloaders and therefore return URLs that don't start with "jar:". Adapted from test 02 above.
- Exceptions
-
URISyntaxException | |
IllegalArgumentException | |
Definition at line 196 of file TestJarUtil.java.
◆ main()
static void jau.test.pkg.TestJarUtil.main |
( |
final String |
args[] | ) |
throws IOException |
|
static |
The documentation for this class was generated from the following file: