note
	description: "[
		A series of test cases for the functions included in the BIG_INTEGER class.
		This includes make_from_integer64, make_from_string, zero, one, negate,
		absolute, as_integer64, and out. 
		as_real64, and round_to."
	]"
	author: "JSO & CD"
	date: "June 10 2019"
	revision: "1.00"
	author: "JSO, CD"
	date: "June 6, 2019"
	revision: "1.00"

class interface
	INT_FUNCTION_TEST

create 
	make

feature -- Tests

	t1: BOOLEAN
			-- make_from_string test

	t2: BOOLEAN
			-- make_from_integer64 test

	t3: BOOLEAN
			-- zero test

	t4: BOOLEAN
			-- one test

	t5: BOOLEAN
			-- negate test

	t6: BOOLEAN
			-- absolute test

	t7: BOOLEAN
			-- as_integer64 test

	t8: BOOLEAN
			-- out test
	
end -- class INT_FUNCTION_TEST

Generated by ISE EiffelStudio