note
	description: "[
		Testing suite for the BIG_INTEGER Class covering the operation capabilities
		on very large numbers.
	]"
	author: "JSO & CD"
	date: "June 6 2019"
	revision: "1.00"

class interface
	INT_LONG_TEST

create 
	make

feature -- Attributes

	i1: BIG_INTEGER

	i2: BIG_INTEGER

	answer: BIG_INTEGER
	
feature -- Tests

	t1: BOOLEAN

	t2: BOOLEAN

	t3: BOOLEAN
			-- Multiplication

	t4: BOOLEAN
			-- Division

	t5: BOOLEAN
			-- Power

	t6: BOOLEAN
			-- Square

	t7: BOOLEAN
			-- Remainder

	t8: BOOLEAN
			-- GCD

	t9: BOOLEAN
			-- is_string_int

	t10: BOOLEAN
	
feature -- very long tests

	t50: BOOLEAN

	t51: BOOLEAN
	
end -- class INT_LONG_TEST

Generated by ISE EiffelStudio