class JAVA_AUTOTEST_APP

(source code)

description

Execute test set JAVA_TEST_SET

notes

Launch option: -java_autotest

note
	description: "Execute test set ${JAVA_TEST_SET}"
	notes: "[
		Launch option: `-java_autotest'
	]"

	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: "6"

class
	JAVA_AUTOTEST_APP

inherit
	EL_CRC_32_AUTOTEST_APPLICATION [JAVA_TEST_SET]
		redefine
			visible_types
		end

create
	make

feature {NONE} -- Implementation

	visible_types: TUPLE [JAVA_ENVIRONMENT]
		-- types with lio output visible in console
		-- See: {EL_CONSOLE_MANAGER_I}.show_all
		do
			create Result
		end
end