Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Classes | Public Member Functions | Static Public Member Functions | List of all members
jau.test.pkg.TestJarUtil Class Reference
Inheritance diagram for jau.test.pkg.TestJarUtil:
Collaboration diagram for jau.test.pkg.TestJarUtil:

Classes

class  TestClassLoader
 

Public Member Functions

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...
 
- Public Member Functions inherited from jau.test.junit.util.JunitTracer
final String getFullTestName (final String separator)
 
final String getSimpleTestName (final String separator)
 
final String getTestMethodName ()
 
final void setUpBase ()
 
final void tearDownBase ()
 

Static Public Member Functions

static void init ()
 
static void main (final String args[]) throws IOException
 
- Static Public Member Functions inherited from jau.test.junit.util.JunitTracer
static final boolean isTestSupported ()
 
static final void oneTimeSetUpBase ()
 
static final void oneTimeTearDownBase ()
 
static final void setTestSupported (final boolean v)
 
static void waitForKey (final String preMessage)
 

Additional Inherited Members

- Public Attributes inherited from jau.test.junit.util.JunitTracer
final TestName _unitTestName = new TestName()
 

Detailed Description

Definition at line 58 of file TestJarUtil.java.

Member Function Documentation

◆ init()

static void jau.test.pkg.TestJarUtil.init ( )
static

Definition at line 62 of file TestJarUtil.java.

◆ testJarUtilFlat01()

void jau.test.pkg.TestJarUtil.testJarUtilFlat01 ( ) throws IOException, IllegalArgumentException, URISyntaxException

Definition at line 140 of file TestJarUtil.java.

◆ testJarUtilJarInJar01()

void jau.test.pkg.TestJarUtil.testJarUtilJarInJar01 ( ) throws IOException, ClassNotFoundException, IllegalArgumentException, URISyntaxException

Definition at line 147 of file TestJarUtil.java.

◆ testJarUtilJarInJar02()

void jau.test.pkg.TestJarUtil.testJarUtilJarInJar02 ( ) throws IOException, ClassNotFoundException, IllegalArgumentException, URISyntaxException

Definition at line 168 of file TestJarUtil.java.

◆ 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

Definition at line 267 of file TestJarUtil.java.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: