Package org.djunits.unit
Class ElectricalInductanceUnitTest
- java.lang.Object
-
- org.djunits.unit.AbstractUnitTest<U>
-
- org.djunits.unit.AbstractLinearUnitTest<ElectricalInductanceUnit>
-
- org.djunits.unit.ElectricalInductanceUnitTest
-
public class ElectricalInductanceUnitTest extends AbstractLinearUnitTest<ElectricalInductanceUnit>
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 ElectricalInductanceUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconversions()Verify conversion factors, English names and abbreviations.voidcreateElectricalInductanceUnit()Verify that we can create our own ElectricalInductance unit.voidsetup()Set the locale to "en" so we know what texts should be retrieved from the resources.-
Methods inherited from class org.djunits.unit.AbstractLinearUnitTest
checkUnitRatioNameAndAbbreviation, getMultiplicationFactorTo
-
Methods inherited from class org.djunits.unit.AbstractUnitTest
checkUnitNameAndAbbreviation
-
-
-
-
Method Detail
-
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.
-
createElectricalInductanceUnit
public final void createElectricalInductanceUnit()
Verify that we can create our own ElectricalInductance unit.
-
-