OU
- Make the test specific for this sub class of OffsetUnitpublic class AbstractOffsetUnitTest<OU extends org.djunits.unit.Unit<OU>> extends AbstractUnitTest<OU>
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 6, 2014
Constructor and Description |
---|
AbstractOffsetUnitTest() |
Modifier and Type | Method and Description |
---|---|
protected void |
checkUnitRatioOffsetNameAndAbbreviation(OU ou,
double expectedRatio,
double expectedOffset,
double precision,
String expectedName,
String expectedAbbreviation)
Verify one length conversion factor to standard unit and the localization of the name and abbreviation.
|
double |
getMultiplicationFactorTo(OU fromUnit,
OU toUnit) |
checkKeys, checkUnitNameAndAbbreviation
protected final void checkUnitRatioOffsetNameAndAbbreviation(OU ou, double expectedRatio, double expectedOffset, double precision, String expectedName, String expectedAbbreviation)
ou
- Unit to checkexpectedRatio
- Double; expected ratioexpectedOffset
- Double; expected offsetprecision
- Double; precision of verificationexpectedName
- String; expected name in the resourcesexpectedAbbreviation
- String; expected abbreviation in the resourcesCopyright © 2015–2019 Delft University of Technology. All rights reserved.