Added UpdateNeeded template

Author:halw
Date:2012-04-30T13:19:22.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1085 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2012-04-30 13:19:22 +00:00
parent ae0e1a68c9
commit e4377274f9

View File

@@ -1,6 +1,9 @@
[[Property:title|Create a manual test]]
[[Property:weight|2]]
[[Property:uuid|e78f25e3-ed3a-f8fa-e71d-28a4dda1825f]]
{{UpdateNeeded}}
==A system to test==
For developing our manual test, let's use a simple system that contains a class modeling bank accounts. Here are two classes that will make up our system. The first, <code>APPLICATION</code> will be the root class of our system. <code>APPLICATION</code> really only serves to declare an attribute of type <code>BANK_ACCOUNT</code>, which is the class we will write a test against. <code>APPLICATION</code> looks like this: