GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
com.jogamp.common.net.TestUri03Resolving Class Reference
Inheritance diagram for com.jogamp.common.net.TestUri03Resolving:
Collaboration diagram for com.jogamp.common.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 com.jogamp.junit.util.JunitTracer
final String getTestMethodName ()
 
final String getSimpleTestName (final String separator)
 
final String getFullTestName (final String separator)
 
final void setUpBase ()
 
final void tearDownBase ()
 

Static Public Member Functions

static void main (final String args[]) throws IOException
 
- Static Public Member Functions inherited from com.jogamp.junit.util.SingletonJunitCase
static final void enableSingletonLock (final boolean v)
 Default is true. More...
 
static final void oneTimeSetUpSingleton ()
 
static final void oneTimeTearDownSingleton ()
 
- Static Public Member Functions inherited from com.jogamp.junit.util.JunitTracer
static final boolean isTestSupported ()
 
static final void setTestSupported (final boolean v)
 
static final void oneTimeSetUpBase ()
 
static final void oneTimeTearDownBase ()
 
static void waitForKey (final String preMessage)
 

Static Public Attributes

static final String[][] fileSArrayUnix
 
static final String[][] fileSArrayWindows
 
- Static Public Attributes inherited from com.jogamp.junit.util.SingletonJunitCase
static final String SINGLE_INSTANCE_LOCK_FILE = "SingletonTestCase.lock"
 
static final int SINGLE_INSTANCE_LOCK_PORT = 59999
 
static final long SINGLE_INSTANCE_LOCK_TO = 15*60*1000
 
static final long SINGLE_INSTANCE_LOCK_POLL = 500
 

Additional Inherited Members

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

Detailed Description

Definition at line 23 of file TestUri03Resolving.java.

Member Function Documentation

◆ main()

static void com.jogamp.common.net.TestUri03Resolving.main ( final String  args[]) throws IOException
static

Definition at line 426 of file TestUri03Resolving.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test01HttpUri2URL()

void com.jogamp.common.net.TestUri03Resolving.test01HttpUri2URL ( ) throws IOException, URISyntaxException

Definition at line 202 of file TestUri03Resolving.java.

◆ test02FileUnixUri2URL()

void com.jogamp.common.net.TestUri03Resolving.test02FileUnixUri2URL ( ) throws IOException, URISyntaxException

Definition at line 207 of file TestUri03Resolving.java.

◆ test03FileWindowsUri2URL()

void com.jogamp.common.net.TestUri03Resolving.test03FileWindowsUri2URL ( ) throws IOException, URISyntaxException

Definition at line 212 of file TestUri03Resolving.java.

◆ test11HttpURL2Uri()

void com.jogamp.common.net.TestUri03Resolving.test11HttpURL2Uri ( ) throws IOException, URISyntaxException

Definition at line 217 of file TestUri03Resolving.java.

◆ test12FileUnixURL2Uri()

void com.jogamp.common.net.TestUri03Resolving.test12FileUnixURL2Uri ( ) throws IOException, URISyntaxException

Definition at line 222 of file TestUri03Resolving.java.

◆ test13FileWindowsURL2Uri()

void com.jogamp.common.net.TestUri03Resolving.test13FileWindowsURL2Uri ( ) throws IOException, URISyntaxException

Definition at line 227 of file TestUri03Resolving.java.

◆ test24FileUnixURI2URL()

void com.jogamp.common.net.TestUri03Resolving.test24FileUnixURI2URL ( ) throws IOException, URISyntaxException

Definition at line 232 of file TestUri03Resolving.java.

◆ test25FileWindowsURI2URL()

void com.jogamp.common.net.TestUri03Resolving.test25FileWindowsURI2URL ( ) throws IOException, URISyntaxException

Definition at line 239 of file TestUri03Resolving.java.

Member Data Documentation

◆ fileSArrayUnix

final String [][] com.jogamp.common.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 141 of file TestUri03Resolving.java.

◆ fileSArrayWindows

final String [][] com.jogamp.common.net.TestUri03Resolving.fileSArrayWindows
static

Definition at line 167 of file TestUri03Resolving.java.


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