Package org.djunits.unit
Class PositionUnitTest
java.lang.Object
org.djunits.unit.AbstractUnitTest<OU>
org.djunits.unit.AbstractOffsetUnitTest<org.djunits.unit.PositionUnit>
org.djunits.unit.PositionUnitTest
public class PositionUnitTest extends AbstractOffsetUnitTest<org.djunits.unit.PositionUnit>
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
- Author:
- Peter Knoppers
-
Constructor Summary
Constructors Constructor Description PositionUnitTest() -
Method Summary
Modifier and Type Method Description voidconversions()Verify conversion factors, English names and abbreviations.voidcreatePositionUnit()Verify that we can create our own PositionUnit.voidsetup()Set the locale to "en" so we know what texts should be retrieved from the resources.voidtestRelative()Verify relative base unit.Methods inherited from class org.djunits.unit.AbstractOffsetUnitTest
checkUnitRatioOffsetNameAndAbbreviation, getMultiplicationFactorTo
-
Constructor Details
-
PositionUnitTest
public PositionUnitTest()
-
-
Method Details
-
setup
public final void setup()Set the locale to "en" so we know what texts should be retrieved from the resources. -
conversions
public final void conversions()Verify conversion factors, English names and abbreviations. -
createPositionUnit
public final void createPositionUnit()Verify that we can create our own PositionUnit. -
testRelative
public final void testRelative()Verify relative base unit.
-