Author:halw

Date:2009-03-07T18:28:06.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@201 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2009-03-07 18:28:06 +00:00
parent 687e707e07
commit b43b5f28ae
2 changed files with 23 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
In the previous section we coded a manually created test. The Eiffel Testing Framework will allow us to execute that test, or, in more practical terms, any set of tests that we select. But before we execute our test, let's take a look at what we will get out of such an execution.
==About Test Results==
==About test results==
When the Eiffel Testing Framework executes a test, the result will be one of only three possibilities:
# The test is '''successful'''