Gridarta Editor
net.sf.gridarta.model.mapmodel.MapPathUtilsTest Class Reference

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...
 

Detailed Description

Regression tests for MapPathUtils.

Author
Andreas Kirschbaum

Definition at line 29 of file MapPathUtilsTest.java.

Member Function Documentation

◆ testAppendAbsolute1()

void net.sf.gridarta.model.mapmodel.MapPathUtilsTest.testAppendAbsolute1 ( )

◆ testAppendRelative1()

void net.sf.gridarta.model.mapmodel.MapPathUtilsTest.testAppendRelative1 ( )

◆ testNewMapPath1()

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:

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