note description: "[ Testing suite for the DECIMAL class covering the operation capabilities on very large numbers. ]" author: "JSO & CD" date: "June 20 2019" revision: "1.00" class interface DECIMAL_LONG_TEST create make feature -- Tests t1: BOOLEAN -- test operator < t2: BOOLEAN t3: BOOLEAN -- test addition t4: BOOLEAN -- test subtraction t5: BOOLEAN -- test subtraction t6: BOOLEAN -- test subtraction t7: BOOLEAN -- test subtraction t8: BOOLEAN -- test subtraction t9: BOOLEAN -- test subtraction t10: BOOLEAN -- test subtraction t11: BOOLEAN -- test subtraction t12: BOOLEAN -- test subtraction t13: BOOLEAN -- test multiplication t14: BOOLEAN -- test multiplication t15: BOOLEAN -- test multiplication t16: BOOLEAN -- test division t17: BOOLEAN -- test division t18: BOOLEAN -- test division t19: BOOLEAN -- test division t20: BOOLEAN -- Long Multiplication test t21: BOOLEAN -- Long addition test t22: BOOLEAN -- Long addition test end -- class DECIMAL_LONG_TEST
Generated by ISE EiffelStudio