note
	description: "[
		Testing suite for the DECIMAL Class covering the opposite,
		identity, root, exponent, round_to, round, negate, and absolute
		functions.
	]"
	author: "CD"
	date: "June 10 2019"
	revision: "1.00"

class interface
	DECIMAL_SECONDARY_OPERATION_TEST

create 
	make

feature -- Tests

	t1: BOOLEAN
			-- Opposite

	t2: BOOLEAN
			-- Identity

	t3: BOOLEAN
			-- Root

	t4: BOOLEAN
			-- exponent

	t5: BOOLEAN
			-- round_to

	t6: BOOLEAN
			-- round

	t7: BOOLEAN
			-- negate

	t8: BOOLEAN
			-- absolute

	t9: BOOLEAN
			-- floor

	t10: BOOLEAN
			-- ceiling
	
end -- class DECIMAL_SECONDARY_OPERATION_TEST

Generated by ISE EiffelStudio