Package com.irurueta.units
Class WeightConverterTest
java.lang.Object
com.irurueta.units.WeightConverterTest
-
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 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(package private) void
-
Field Details
-
GRAMS_PER_PICOGRAM
private static final double GRAMS_PER_PICOGRAM- See Also:
-
GRAMS_PER_NANOGRAM
private static final double GRAMS_PER_NANOGRAM- See Also:
-
GRAMS_PER_MICROGRAM
private static final double GRAMS_PER_MICROGRAM- See Also:
-
GRAMS_PER_MILLIGRAM
private static final double GRAMS_PER_MILLIGRAM- See Also:
-
GRAMS_PER_KILOGRAM
private static final double GRAMS_PER_KILOGRAM- See Also:
-
GRAMS_PER_TONNE
private static final double GRAMS_PER_TONNE- See Also:
-
GRAMS_PER_MEGATONNE
private static final double GRAMS_PER_MEGATONNE- See Also:
-
GRAMS_PER_US_TON
private static final double GRAMS_PER_US_TON- See Also:
-
GRAMS_PER_UK_TON
private static final double GRAMS_PER_UK_TON- See Also:
-
GRAMS_PER_POUND
private static final double GRAMS_PER_POUND- See Also:
-
GRAMS_PER_OUNCE
private static final double GRAMS_PER_OUNCE- See Also:
-
ERROR
private static final double ERROR- See Also:
-
-
Constructor Details
-
WeightConverterTest
WeightConverterTest()
-
-
Method Details
-
testGramPicogram
@Test void testGramPicogram() -
testGramNanogram
@Test void testGramNanogram() -
testGramMicrogram
@Test void testGramMicrogram() -
testGramMilligram
@Test void testGramMilligram() -
testGramKilogram
@Test void testGramKilogram() -
testGramTonne
@Test void testGramTonne() -
testGramToMegatonne
@Test void testGramToMegatonne() -
testGramUsTon
@Test void testGramUsTon() -
testGramUkTon
@Test void testGramUkTon() -
testGramPound
@Test void testGramPound() -
testGramOunce
@Test void testGramOunce() -
testConvertDouble
@Test void testConvertDouble() -
testConvertNumber
@Test void testConvertNumber() -
testConvertWeight
@Test void testConvertWeight() -
testConvertAndUpdateWeight
@Test void testConvertAndUpdateWeight() -
testConvertAndReturnNewWeight
@Test void testConvertAndReturnNewWeight() -
testConvertToOutputWeightUnit
@Test void testConvertToOutputWeightUnit()
-