note description: "Summary description for {INT_ADVANCED_TESTS}." author: "" date: "$Date$" revision: "$Revision$" class interface INT_ADVANCED_TEST create make feature -- Misc. Advanced Testing Max_value: INTEGER_64 = 9223372036854775807 Min_value: INTEGER_64 = -9223372036854775808 max64_plus_one: BIG_INTEGER min64_minus_one: BIG_INTEGER t1: BOOLEAN -- Proof of larger than int64 capabilities t2: BOOLEAN -- Order of Operations test t3: BOOLEAN -- Conversion Test end -- class INT_ADVANCED_TEST
Generated by ISE EiffelStudio