class BASE_TEST_SET

(source code)

description

Ancestor for all Eiffel-Loop base library test sets

note
	description: "Ancestor for all Eiffel-Loop base library test sets"

	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2022 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"

	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2025-05-04 17:29:47 GMT (Sunday 4th May 2025)"
	revision: "2"

deferred class
	BASE_TEST_SET

inherit
	EL_SHARED_TEST_TEXT

	SHARED_HEXAGRAM_STRINGS

	SHARED_DATA_DIRECTORIES

end