|
Gridarta Editor
|
Regression tests for MapPathUtils. More...
Collaboration diagram for net.sf.gridarta.model.mapmodel.MapPathUtilsTest:Public Member Functions | |
| void | testAppendAbsolute1 () |
| Checks that MapPathUtils#append(AbsoluteMapPath, CharSequence) works as expected. More... | |
| void | testAppendRelative1 () |
| Checks that MapPathUtils#append(RelativeMapPath, CharSequence) works as expected. More... | |
| void | testNewMapPath1 () |
| Checks that MapPathUtils#newMapPath(String) works as expected. More... | |
Regression tests for MapPathUtils.
Definition at line 29 of file MapPathUtilsTest.java.
| void net.sf.gridarta.model.mapmodel.MapPathUtilsTest.testAppendAbsolute1 | ( | ) |
Checks that MapPathUtils#append(AbsoluteMapPath, CharSequence) works as expected.
Definition at line 58 of file MapPathUtilsTest.java.
References net.sf.gridarta.model.mapmodel.MapPathUtils.append(), net.sf.gridarta.model.mapmodel.MapPathUtils.newAbsoluteMapPath(), and net.sf.gridarta.model.mapmodel.MapPathUtils.newMapPath().
Here is the call graph for this function:| void net.sf.gridarta.model.mapmodel.MapPathUtilsTest.testAppendRelative1 | ( | ) |
Checks that MapPathUtils#append(RelativeMapPath, CharSequence) works as expected.
Definition at line 68 of file MapPathUtilsTest.java.
References net.sf.gridarta.model.mapmodel.MapPathUtils.append(), and net.sf.gridarta.model.mapmodel.MapPathUtils.newRelativeMapPath().
Here is the call graph for this function:| void net.sf.gridarta.model.mapmodel.MapPathUtilsTest.testNewMapPath1 | ( | ) |
Checks that MapPathUtils#newMapPath(String) works as expected.
Definition at line 35 of file MapPathUtilsTest.java.
References net.sf.gridarta.model.mapmodel.MapPathUtils.newMapPath().
Here is the call graph for this function: