public class DirectionUnitTest extends AbstractUnitTest<org.djunits.unit.DirectionUnit>
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
$LastChangedDate: 2019-03-02 19:06:46 +0100 (Sat, 02 Mar 2019) $, @version $Revision: 342 $, by $Author: averbraeck $,
initial version Jun 4, 2014
Constructor and Description |
---|
DirectionUnitTest() |
Modifier and Type | Method and Description |
---|---|
protected void |
checkUnitValueNameAndAbbreviation(org.djunits.unit.DirectionUnit au,
double expectedValue,
double precision,
String expectedName,
String expectedAbbreviation)
Verify one conversion factor to standard unit and the localization of the name and abbreviation.
|
void |
conversions()
Verify conversion factors, English names and abbreviations.
|
void |
createClockwiseDirectionUnit()
Verify that we can create our own direction unit.
|
void |
createCompassDirectionUnit()
Verify that we can create our own direction unit.
|
void |
keys()
Verify the result of some get*Key methods.
|
void |
normalizations()
Verify that the normalizations work as intended.
|
void |
setup()
Set the locale to "en" so we know what texts should be retrieved from the resources.
|
checkKeys, checkUnitNameAndAbbreviation
public final void setup()
public final void keys()
protected final void checkUnitValueNameAndAbbreviation(org.djunits.unit.DirectionUnit au, double expectedValue, double precision, String expectedName, String expectedAbbreviation)
au
- Unit to checkexpectedValue
- Double; expected value of one 'unit to check' in SI unitsprecision
- Double; precision of verificationexpectedName
- String; expected name in the resourcesexpectedAbbreviation
- String; expected abbreviation in the resourcespublic final void conversions()
public final void createClockwiseDirectionUnit()
public final void createCompassDirectionUnit()
public final void normalizations()
Copyright © 2015–2019 Delft University of Technology. All rights reserved.