class ZSTRING_EQA_TEST_SET

(source code)

description

Base class for all {ZSTRING} test sets

note
	description: "Base class for all {ZSTRING} 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: "2024-10-06 10:41:58 GMT (Sunday 6th October 2024)"
	revision: "2"

deferred class
	ZSTRING_EQA_TEST_SET

inherit
	EL_EQA_TEST_SET

	EL_SHARED_TEST_TEXT

	EL_STRING_HANDLER

	EL_ZSTRING_CONSTANTS

end