note description: "[ A series of test cases for the functions included in the DECIMAL class. This includes make_from_ints, make_from_string, make_with_precision, as_double, and set_precision/reset_precision." ]" author: "JSO & CD" date: "June 10 2019" revision: "1.00" class interface DECIMAL_FUNCTION_TEST create make feature -- Constructor Tests t1: BOOLEAN t2: BOOLEAN t3: BOOLEAN t4: BOOLEAN t5: BOOLEAN t6: BOOLEAN -- Test make_from_big_int, as_big_int, as_int t7: BOOLEAN -- Test make_from_rational t10: BOOLEAN -- set_precision: doesn't pass right now, set_precision and reset_precision "may not work as expected" t11: BOOLEAN -- reset_precision: doesn't pass right now, set_precision and reset_precision "may not work as expected" end -- class DECIMAL_FUNCTION_TEST
Generated by ISE EiffelStudio