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

Public Member Functions

void test01HttpUri2URL () throws IOException, URISyntaxException
 
void test02FileUnixUri2URL () throws IOException, URISyntaxException
 
void test03FileWindowsUri2URL () throws IOException, URISyntaxException
 
void test11HttpURL2Uri () throws IOException, URISyntaxException
 
void test12FileUnixURL2Uri () throws IOException, URISyntaxException
 
void test13FileWindowsURL2Uri () throws IOException, URISyntaxException
 
void test24FileUnixURI2URL () throws IOException, URISyntaxException
 
void test25FileWindowsURI2URL () throws IOException, URISyntaxException
 
- 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 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)
 

Static Public Attributes

static final String[][] fileSArrayUnix
 
static final String[][] fileSArrayWindows
 

Additional Inherited Members

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

Detailed Description

Definition at line 21 of file TestUri03Resolving.java.

Member Function Documentation

◆ test01HttpUri2URL()

void jau.test.net.TestUri03Resolving.test01HttpUri2URL ( ) throws IOException, URISyntaxException

Definition at line 200 of file TestUri03Resolving.java.

◆ test02FileUnixUri2URL()

void jau.test.net.TestUri03Resolving.test02FileUnixUri2URL ( ) throws IOException, URISyntaxException

Definition at line 205 of file TestUri03Resolving.java.

◆ test03FileWindowsUri2URL()

void jau.test.net.TestUri03Resolving.test03FileWindowsUri2URL ( ) throws IOException, URISyntaxException

Definition at line 210 of file TestUri03Resolving.java.

◆ test11HttpURL2Uri()

void jau.test.net.TestUri03Resolving.test11HttpURL2Uri ( ) throws IOException, URISyntaxException

Definition at line 215 of file TestUri03Resolving.java.

◆ test12FileUnixURL2Uri()

void jau.test.net.TestUri03Resolving.test12FileUnixURL2Uri ( ) throws IOException, URISyntaxException

Definition at line 220 of file TestUri03Resolving.java.

◆ test13FileWindowsURL2Uri()

void jau.test.net.TestUri03Resolving.test13FileWindowsURL2Uri ( ) throws IOException, URISyntaxException

Definition at line 225 of file TestUri03Resolving.java.

◆ test24FileUnixURI2URL()

void jau.test.net.TestUri03Resolving.test24FileUnixURI2URL ( ) throws IOException, URISyntaxException

Definition at line 230 of file TestUri03Resolving.java.

◆ test25FileWindowsURI2URL()

void jau.test.net.TestUri03Resolving.test25FileWindowsURI2URL ( ) throws IOException, URISyntaxException

Definition at line 237 of file TestUri03Resolving.java.

◆ main()

static void jau.test.net.TestUri03Resolving.main ( final String  args[]) throws IOException
static

Definition at line 424 of file TestUri03Resolving.java.

Here is the caller graph for this function:

Member Data Documentation

◆ fileSArrayUnix

final String [][] jau.test.net.TestUri03Resolving.fileSArrayUnix
static
Initial value:
= new String[][] {
new String[] {"/gluegen/build-x86_64/gluegen-rt.jar",
"file:/gluegen/build-x86_64/gluegen-rt.jar",
"/gluegen/build-x86_64/gluegen-rt.jar"},
new String[] {"/gluegen/"+'\u0394'+"/gluegen-rt.jar",
"file:/gluegen/"+'\u0394'+"/gluegen-rt.jar",
"/gluegen/"+'\u0394'+"/gluegen-rt.jar"},
new String[] {"/gluegen/build-x86_64 lala/gluegen-rt.jar",
"file:/gluegen/build-x86_64%20lala/gluegen-rt.jar",
"/gluegen/build-x86_64 lala/gluegen-rt.jar"},
new String[] {"/gluegen/build-x86_64 öä lala/gluegen-rt.jar",
"file:/gluegen/build-x86_64%20öä%20lala/gluegen-rt.jar",
"/gluegen/build-x86_64 öä lala/gluegen-rt.jar"},
new String[] {"/gluegen/A$/B^/C~/D#/E[/F]/gluegen-rt.jar",
"file:/gluegen/A%24/B%5E/C~/D%23/E%5B/F%5D/gluegen-rt.jar",
"/gluegen/A$/B^/C~/D#/E[/F]/gluegen-rt.jar" },
new String[] {"/gluegen/$/^/~/#/[/]/gluegen-rt.jar",
"file:/gluegen/%24/%5E/~/%23/%5B/%5D/gluegen-rt.jar",
"/gluegen/$/^/~/#/[/]/gluegen-rt.jar" },
}

Definition at line 139 of file TestUri03Resolving.java.

◆ fileSArrayWindows

final String [][] jau.test.net.TestUri03Resolving.fileSArrayWindows
static

Definition at line 165 of file TestUri03Resolving.java.


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