From d9416b36c20d4260d3f818b29c4fd3b3de54b48f Mon Sep 17 00:00:00 2001 From: manuel Date: Sat, 21 May 2011 19:56:48 +0200 Subject: add some tests --- bank-eiffel/tests/test_account.e | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bank-eiffel/tests/test_account.e (limited to 'bank-eiffel/tests/test_account.e') diff --git a/bank-eiffel/tests/test_account.e b/bank-eiffel/tests/test_account.e new file mode 100644 index 0000000..1820c45 --- /dev/null +++ b/bank-eiffel/tests/test_account.e @@ -0,0 +1,30 @@ +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 + + -- cgit v1.2.3