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