mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 07:12:25 +01:00
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:
@@ -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>:
|
||||
|
||||
Reference in New Issue
Block a user