Package com.irurueta.units
Class VolumeConverterTest
java.lang.Object
com.irurueta.units.VolumeConverterTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void
-
Field Details
-
CUBIC_METER_PER_CUBIC_CENTIMETER
private static final double CUBIC_METER_PER_CUBIC_CENTIMETER- See Also:
-
CUBIC_METER_PER_MILLILITER
private static final double CUBIC_METER_PER_MILLILITER- See Also:
-
CUBIC_METER_PER_CUBIC_DECIMETER
private static final double CUBIC_METER_PER_CUBIC_DECIMETER- See Also:
-
CUBIC_METER_PER_LITER
private static final double CUBIC_METER_PER_LITER- See Also:
-
CUBIC_METER_PER_HECTOLITER
private static final double CUBIC_METER_PER_HECTOLITER- See Also:
-
CUBIC_METER_PER_CUBIC_INCH
private static final double CUBIC_METER_PER_CUBIC_INCH- See Also:
-
CUBIC_METER_PER_PINT
private static final double CUBIC_METER_PER_PINT- See Also:
-
CUBIC_METER_PER_GALLON
private static final double CUBIC_METER_PER_GALLON- See Also:
-
CUBIC_METER_PER_CUBIC_FOOT
private static final double CUBIC_METER_PER_CUBIC_FOOT- See Also:
-
CUBIC_METER_PER_BARREL
private static final double CUBIC_METER_PER_BARREL- See Also:
-
ERROR
private static final double ERROR- See Also:
-
-
Constructor Details
-
VolumeConverterTest
VolumeConverterTest()
-
-
Method Details
-
testCubicMeterCubicCentimeter
@Test void testCubicMeterCubicCentimeter() -
testCubicMeterMilliliter
@Test void testCubicMeterMilliliter() -
testCubicMeterCubicDecimeter
@Test void testCubicMeterCubicDecimeter() -
testCubicMeterLiter
@Test void testCubicMeterLiter() -
testCubicMeterHectoliter
@Test void testCubicMeterHectoliter() -
testCubicMeterCubicInch
@Test void testCubicMeterCubicInch() -
testCubicMeterPint
@Test void testCubicMeterPint() -
testCubicMeterGallon
@Test void testCubicMeterGallon() -
testCubicMeterCubicFoot
@Test void testCubicMeterCubicFoot() -
testCubicMeterBarrel
@Test void testCubicMeterBarrel() -
testConvertVolume
@Test void testConvertVolume() -
testConvertAndReturnVolume
@Test void testConvertAndReturnVolume() -
testConvertAndUpdateVolume
@Test void testConvertAndUpdateVolume() -
testConvertAndReturnVolume2
@Test void testConvertAndReturnVolume2() -
testConvertNumber
@Test void testConvertNumber() -
testConvertDouble
@Test void testConvertDouble()
-