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