note description: "[ Eiffel tests that can be executed by testing tool. ]" author: "EiffelStudio test wizard" date: "$Date$" revision: "$Revision$" testing: "type/manual" class TEST_SUBPROGRAM_DESCRIPTOR inherit EQA_TEST_SET feature -- Test routines test_subprogram_descriptor_1 local subprogram: SUBPROGRAM_DESCRIPTOR do assert ("not_implemented", False) end end