class EDITOR_AUTOTEST_APP
Finalized executable tests for sub-applications
Command option: -editor_autotest
Test Sets
FEATURE_EDITOR_COMMAND_TEST_SET NOTE_EDITOR_TEST_SET
note
description: "Finalized executable tests for sub-applications"
notes: "[
Command option: `-editor_autotest'
**Test Sets**
[$source FEATURE_EDITOR_COMMAND_TEST_SET]
[$source NOTE_EDITOR_TEST_SET]
]"
author: "Finnian Reilly"
copyright: "Copyright (c) 2001-2017 Finnian Reilly"
contact: "finnian at eiffel hyphen loop dot com"
license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
date: "2020-10-18 11:31:55 GMT (Sunday 18th October 2020)"
revision: "4"
class
EDITOR_AUTOTEST_APP
inherit
EL_REGRESSION_AUTOTEST_SUB_APPLICATION [
FEATURE_EDITOR_COMMAND_TEST_SET,
NOTE_EDITOR_TEST_SET
]
redefine
visible_types
end
create
make
feature {NONE} -- Implementation
visible_types: TUPLE [FEATURE_EDITOR_COMMAND]
do
create Result
end
end