Class VolumeConverterTest

java.lang.Object
com.irurueta.units.VolumeConverterTest

class VolumeConverterTest extends Object
  • 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()