Package com.irurueta.units
Class SpeedConverterTest
java.lang.Object
com.irurueta.units.SpeedConverterTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate 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
-
Field Details
-
METERS_PER_KILOMETER
private static final double METERS_PER_KILOMETER- See Also:
-
METERS_PER_MILE
private static final double METERS_PER_MILE- See Also:
-
METERS_PER_FOOT
private static final double METERS_PER_FOOT- See Also:
-
SECONDS_PER_HOUR
private static final double SECONDS_PER_HOUR- See Also:
-
ERROR
private static final double ERROR- See Also:
-
-
Constructor Details
-
SpeedConverterTest
SpeedConverterTest()
-
-
Method Details
-
testMetersPerSecondFeetPerSecond
@Test void testMetersPerSecondFeetPerSecond() -
testMetersPerSecondMilesPerHour
@Test void testMetersPerSecondMilesPerHour() -
testMetersPerSecondKilometersPerHour
@Test void testMetersPerSecondKilometersPerHour() -
testMetersPerSecondKilometersPerSecond
@Test void testMetersPerSecondKilometersPerSecond() -
testConvertDouble
@Test void testConvertDouble() -
testConvertNumber
@Test void testConvertNumber() -
testConvertSpeed
@Test void testConvertSpeed() -
testConvertAndUpdateSpeed
@Test void testConvertAndUpdateSpeed() -
testConvertAndReturnNewSpeed
@Test void testConvertAndReturnNewSpeed() -
testConvertToOutputSpeedUnit
@Test void testConvertToOutputSpeedUnit()
-