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

class interface
	DECIMAL_PREDICATE_TEST

create 
	make

feature -- Tests

	t1: BOOLEAN
			-- is_equal

	t2: BOOLEAN
			-- is_less

	t3: BOOLEAN
			-- is_less cont.

	t4: BOOLEAN
			-- divisible

	t5: BOOLEAN
			-- is_integer

	t6: BOOLEAN
			-- is_natural

	t7: BOOLEAN
			-- is_natural1

	t8: BOOLEAN
			-- is_negative
	
end -- class DECIMAL_PREDICATE_TEST

Generated by ISE EiffelStudio