class VTD_XML_AUTOTEST_APP

(source code)

description

Finalized executable tests for library vtd-xml.ecf

notes

Command option: -vtd_xml_autotest

Test Sets

JOBSERVE_SEARCHER_TEST_SET
VTD_XML_TEST_SET
XML_TO_PYXIS_CONVERTER_TEST_SET
note
	description: "Finalized executable tests for library [./library/vtd-xml.html vtd-xml.ecf]"
	notes: "[
		Command option: `-vtd_xml_autotest'
		
		**Test Sets**
		
			${JOBSERVE_SEARCHER_TEST_SET}
			${VTD_XML_TEST_SET}
			${XML_TO_PYXIS_CONVERTER_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: "2024-01-20 19:18:27 GMT (Saturday 20th January 2024)"
	revision: "18"

class
	VTD_XML_AUTOTEST_APP

inherit
	EL_CRC_32_AUTOTEST_APPLICATION [
		JOBSERVE_SEARCHER_TEST_SET,
		VTD_XML_TEST_SET,
		XML_TO_PYXIS_CONVERTER_TEST_SET
	]

create
	make

feature {NONE} -- Implementation

	compile: TUPLE [
		EL_C_STRING_8_BE, EL_C_STRING_8_LE,
		EL_C_STRING_16, EL_C_STRING_16_BE, EL_C_STRING_16_LE,
		EL_C_STRING_32_BE, EL_C_STRING_32_LE,
		EL_C_UTF_STRING_8, EL_MODULE_C_DECODER
	]
		-- from C-language-interface.ecf
		do
			create Result
		end
end