class VELOCITY_AUTOTEST_APP
Execute test set VELOCITY_TEST_SET
note
description: "Execute test set ${VELOCITY_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: "5"
class
VELOCITY_AUTOTEST_APP
inherit
EL_AUTOTEST_APPLICATION [VELOCITY_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