note
	description: "[
		A series of test cases for the functions included in the RATIONAL class.
		This includes make_from_ints, make_from_string, creation from floats, 
		as_real64, and round_to."
	]"
	author: "JSO & CD"
	date: "June 10 2019"
	revision: "1.00"

class interface
	RATIONAL_FUNCTION_TEST

create 
	make

feature -- Tests

	t1: BOOLEAN
			-- make_from_ints

	t2: BOOLEAN
			-- make_from_string

	t3: BOOLEAN
			-- make RATIONAL number from a float number

	t4: BOOLEAN
			-- as_real64

	t5: BOOLEAN
			-- round_to

	t6: BOOLEAN
			-- string_is_fraction

	t7: BOOLEAN
			-- string_is_fraction

	t8: BOOLEAN
			-- string_is_fraction

	t9: BOOLEAN
			-- string_is_fraction

	t10: BOOLEAN
			-- string_is_fraction
	
end -- class RATIONAL_FUNCTION_TEST

Generated by ISE EiffelStudio