note
	description: "[
		Testing suite for the RATIONAL Class covering the is_equal,
		is_less, divisible, and is_canonical queries.
	]"
	author: "JSO & CD"
	date: "June 10 2019"
	revision: "1.00"

class interface
	RATIONAL_PREDICATE_TEST

create 
	make

feature -- Tests

	t1: BOOLEAN
			-- string_is_rational

	t2: BOOLEAN
			-- divisible

	t3: BOOLEAN
			-- is_less

	t4: BOOLEAN
			-- is_canonical
	
end -- class RATIONAL_PREDICATE_TEST

Generated by ISE EiffelStudio