note description: "[ Eiffel tests that can be executed by testing tool. ]" author: "EiffelStudio test wizard" date: "$Date$" revision: "$Revision$" testing: "type/manual" class TEST_ACCOUNT inherit EQA_TEST_SET feature -- Test routines CREATE_ACCOUNT -- New test routine local person1: PERSON account: ACCOUNT do create person1.make ("VORNAME", "NACHNAME") --assert ("not_implemented", False) end end