Gridarta Editor
net.sf.gridarta.model.io.PathManagerUtilsTest Class Reference

Test for PathManager. More...

+ Collaboration diagram for net.sf.gridarta.model.io.PathManagerUtilsTest:

Public Member Functions

void testAbsoluteToRelative ()
 Test case for String). More...
 
void testIsAbsolute ()
 Test case for PathManagerUtils#isAbsolute(String). More...
 
void testIsRelative ()
 Test case for PathManagerUtils#isRelative(String). More...
 
void testPath ()
 Test case for PathManagerUtils#path(CharSequence). More...
 
void testRelativeToAbsolute ()
 Test case for String). More...
 

Detailed Description

Test for PathManager.

Author
Christian Hujer

Definition at line 29 of file PathManagerUtilsTest.java.

Member Function Documentation

◆ testAbsoluteToRelative()

void net.sf.gridarta.model.io.PathManagerUtilsTest.testAbsoluteToRelative ( )

Test case for String).

Definition at line 46 of file PathManagerUtilsTest.java.

References net.sf.gridarta.model.io.PathManagerUtils.absoluteToRelative().

+ Here is the call graph for this function:

◆ testIsAbsolute()

void net.sf.gridarta.model.io.PathManagerUtilsTest.testIsAbsolute ( )

Test case for PathManagerUtils#isAbsolute(String).

Definition at line 78 of file PathManagerUtilsTest.java.

References net.sf.gridarta.model.io.PathManagerUtils.isAbsolute().

+ Here is the call graph for this function:

◆ testIsRelative()

void net.sf.gridarta.model.io.PathManagerUtilsTest.testIsRelative ( )

Test case for PathManagerUtils#isRelative(String).

Definition at line 67 of file PathManagerUtilsTest.java.

References net.sf.gridarta.model.io.PathManagerUtils.isRelative().

+ Here is the call graph for this function:

◆ testPath()

void net.sf.gridarta.model.io.PathManagerUtilsTest.testPath ( )

Test case for PathManagerUtils#path(CharSequence).

Definition at line 35 of file PathManagerUtilsTest.java.

References net.sf.gridarta.model.io.PathManagerUtils.path().

+ Here is the call graph for this function:

◆ testRelativeToAbsolute()

void net.sf.gridarta.model.io.PathManagerUtilsTest.testRelativeToAbsolute ( )

Test case for String).

Definition at line 56 of file PathManagerUtilsTest.java.

References net.sf.gridarta.model.io.PathManagerUtils.relativeToAbsolute().

+ Here is the call graph for this function:

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