Added UpdateNeeded template.

Author:halw
Date:2012-04-30T13:21:16.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1086 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2012-04-30 13:21:16 +00:00
parent e4377274f9
commit 44303d73a1

View File

@@ -12,6 +12,10 @@ Extracted tests are intended to supplement the suite of manual tests that you ha
==Creating an extracted test==
{{UpdateNeeded}}
Let's use the same test system we used for manual tests to demonstrate the creation of an extracted test. The example will be slightly contrived because it will find a problem that certainly we would already have discovered had we written a comprehensive set of manual tests against the <code>BANK_ACCOUNT</code> class. Still, the simplicity should help keep things clear.
If you remember, the root class for the example application contained no instructions, just a root procedure with no instructions and a declaration <code>my_account</code> of type <code>BANK_ACCOUNT</code>: