note
	description: "Testing suite for the BIG_INTEGER Class covering the +, -, *, and // operation capabilities."
	author: "Connor Dear, Jonathan Ostroff"
	date: "June 4 2019"
	revision: "1.00"

class interface
	INT_PRIMARY_OPERATION_TEST

create 
	make

feature -- Tests
-- Addition Segment (1 - 3)

	t1: BOOLEAN

	t2: BOOLEAN

	t3: BOOLEAN

	t4: BOOLEAN

	t5: BOOLEAN

	t6: BOOLEAN

	t7: BOOLEAN

	t8: BOOLEAN

	t9: BOOLEAN

	t10: BOOLEAN

	t11: BOOLEAN

	t12: BOOLEAN
	
end -- class INT_PRIMARY_OPERATION_TEST

Generated by ISE EiffelStudio