note description: "Testing suite for the BIG_INTEGER Class covering the remainder, power, square, gcd, opposite, and identity operation capabilities." author: "Connor Dear, Jonathan Ostroff" date: "June 4 2019" revision: "1.00" class interface INT_SECONDARY_OPERATION_TEST create make feature -- Tests t1: BOOLEAN -- Remainder -- Will need to be redone after remainder implementation is fixed. t2: BOOLEAN -- Power t3: BOOLEAN -- Power Cont. t4: BOOLEAN -- Square t5: BOOLEAN -- GCD t6: BOOLEAN -- Negative GCD t7: BOOLEAN -- Opposite test t8: BOOLEAN -- Identity test end -- class INT_SECONDARY_OPERATION_TEST
Generated by ISE EiffelStudio