class THUNDERBIRD_AUTOTEST_APP
Finalized executable tests for library cluster markup-docs.ecf#thunderbird
Command option: -thunderbird_autotest
Test Sets
EL_SUBJECT_LINE_DECODER_TEST_SET
note
description: "[
Finalized executable tests for library cluster [./library/markup-docs.thunderbird.html markup-docs.ecf#thunderbird]
]"
notes: "[
Command option: `-thunderbird_autotest'
**Test Sets**
[$source EL_SUBJECT_LINE_DECODER_TEST_SET]
]"
description: "[
Finalized executable tests for library cluster [./library/markup-docs.thunderbird.html markup-docs.ecf#thunderbird]
]"
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: "2023-01-01 9:09:30 GMT (Sunday 1st January 2023)"
revision: "71"
class
THUNDERBIRD_AUTOTEST_APP
inherit
EL_CRC_32_AUTOTEST_APPLICATION [THUNDERBIRD_EXPORT_TEST_SET]
redefine
log_filter_set, visible_types
end
create
make
feature {NONE} -- Implementation
visible_types: TUPLE [THUNDERBIRD_EXPORT_TEST_SET]
do
create Result
end
log_filter_set: EL_LOG_FILTER_SET [like Current, THUNDERBIRD_EXPORT_TEST_SET]
do
create Result.make
end
end