Package com.irurueta.units
Class DistanceConverterTest
java.lang.Object
com.irurueta.units.DistanceConverterTest
-
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 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
-
Field Details
-
METERS_PER_MILLIMETER
private static final double METERS_PER_MILLIMETER- See Also:
-
METERS_PER_CENTIMETER
private static final double METERS_PER_CENTIMETER- See Also:
-
METERS_PER_KILOMETER
private static final double METERS_PER_KILOMETER- See Also:
-
METERS_PER_INCH
private static final double METERS_PER_INCH- See Also:
-
METERS_PER_FOOT
private static final double METERS_PER_FOOT- See Also:
-
METERS_PER_YARD
private static final double METERS_PER_YARD- See Also:
-
METERS_PER_MILE
private static final double METERS_PER_MILE- See Also:
-
ERROR
private static final double ERROR- See Also:
-
-
Constructor Details
-
DistanceConverterTest
DistanceConverterTest()
-
-
Method Details
-
testMetersMillimeters
@Test void testMetersMillimeters() -
testMetersCentimeters
@Test void testMetersCentimeters() -
testMetersKilometers
@Test void testMetersKilometers() -
testMetersInches
@Test void testMetersInches() -
testMetersFeet
@Test void testMetersFeet() -
testMetersYards
@Test void testMetersYards() -
testMetersMiles
@Test void testMetersMiles() -
testConvertDouble
@Test void testConvertDouble() -
testConvertNumber
@Test void testConvertNumber() -
testConvertDistance
@Test void testConvertDistance() -
testConvertAndUpdateDistance
@Test void testConvertAndUpdateDistance() -
testConvertAndReturnNewDistance
@Test void testConvertAndReturnNewDistance() -
testConvertToOutputDistanceUnit
@Test void testConvertToOutputDistanceUnit()
-