class ID3_TAGS_AUTOTEST_APP

(source code)

Description

Finalized executable tests for library ID3-tags.ecf

Notes

Command option: -id3_tags_autotest

Test Sets

ID3_TAG_INFO_TEST_SET
note
	description: "Finalized executable tests for library [./library/ID3-tags.html ID3-tags.ecf]"
	notes: "[
		Command option: `-id3_tags_autotest'
		
		**Test Sets**
		
			[$source ID3_TAG_INFO_TEST_SET]
	]"

	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: "2022-11-15 19:56:03 GMT (Tuesday 15th November 2022)"
	revision: "67"

class
	ID3_TAGS_AUTOTEST_APP

inherit
	EL_CRC_32_AUTOTEST_APPLICATION [ID3_TAG_INFO_TEST_SET]

create
	make

end