class READ_DATA_EQA_TEST_SET
Test set using data read from files in subdirectory of $EIFFEL_LOOP/test/data
note
	description: "Test set using data read from files in subdirectory of $EIFFEL_LOOP/test/data"
	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 18:00:27 GMT (Sunday 4th May 2025)"
	revision: "19"
		
		deferred class
	READ_DATA_EQA_TEST_SET
inherit
	EL_EQA_TEST_SET
	SHARED_DATA_DIRECTORIES
end