class
	EQA_ENVIRONMENT

General
	cluster: testing
	description: 
		"Objects that provide settings for executing an EQA_TEST_SET. A settings conists of an
		key-value pair of type {STRING}.
		The settings are once per thread, meaning that any EQA_ENVIRONMENT instances will have
		the same state if they are accessed in the same thread."

Ancestors
	ANY

Queries
	item (a_key: READABLE_STRING_GENERAL): detachable IMMUTABLE_STRING_32
	item_attached (a_key: READABLE_STRING_GENERAL; an_asserter: EQA_ASSERTIONS): IMMUTABLE_STRING_32
	item_not_empty (a_key: READABLE_STRING_GENERAL; an_asserter: EQA_ASSERTIONS): IMMUTABLE_STRING_32
	substitute (a_line: READABLE_STRING_GENERAL): STRING_32
	substitute_recursive (a_line: READABLE_STRING_GENERAL): STRING_32

Commands
	put (a_value, a_key: READABLE_STRING_GENERAL)


Generated by ISE EiffelStudio