20 package net.sf.gridarta.model.mapmodel;
22 import org.junit.Assert;
23 import org.junit.Test;
static MapPath newMapPath(@NotNull final String string)
Creates a MapPath instance from string representation.
static AbsoluteMapPath newAbsoluteMapPath(@NotNull final String string)
Creates an AbsoluteMapPath instance from string representation.
void testAppendAbsolute1()
Checks that MapPathUtils#append(AbsoluteMapPath, CharSequence) works as expected. ...
Regression tests for MapPathUtils.
void testAppendRelative1()
Checks that MapPathUtils#append(RelativeMapPath, CharSequence) works as expected. ...
static RelativeMapPath newRelativeMapPath(@NotNull final String string)
Creates a RelativeMapPath instance from string representation.
Utility class for MapPath related functions.
void testNewMapPath1()
Checks that MapPathUtils#newMapPath(String) works as expected.
static AbsoluteMapPath append(@NotNull final AbsoluteMapPath baseMapPath, @NotNull final MapPath mapPath)
Appends a map path to another map path.