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

class interface
	RATIONAL_PRIMARY_OPERATION_TEST

create 
	make

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

	t1: BOOLEAN

	t2: BOOLEAN

	t3: BOOLEAN

	t4: BOOLEAN

	t5: BOOLEAN

	t6: BOOLEAN

	t7: BOOLEAN

	t8: BOOLEAN
	
end -- class RATIONAL_PRIMARY_OPERATION_TEST

Generated by ISE EiffelStudio