Author:halw

Date:2009-03-04T04:12:23.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@199 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2009-03-04 04:12:23 +00:00
parent c5853999f5
commit 7aef01f6ba
2 changed files with 2 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
[[Property:title|1 Overview and Prerequisites]]
[[Property:link_title|Overview and Prerequisites]]
[[Property:title|Overview and Prerequisites]]
[[Property:weight|-15]]
[[Property:uuid|acf5433b-14e9-1d21-c8cf-997db7821550]]
EiffelStudio is the central tool of Eiffel Software's implementation of Eiffel, letting you design, develop, debug, document, measure, maintain, revise and expand systems using the full power of object technology and Design by Contract <span>TM</span>.

View File

@@ -108,9 +108,8 @@ In its simplest form, a test is a routine that issues a call to some routine you
So the tests and the test classes are in the realm of testing and are used to test the target routines in target classes which are the real product of your software development project.
The Eiffel Testing Framework will manage and run the tests in any test class whether or not they actually test any target routines. Naturally, it would seem silly to keep a test around that doesn't test anything, but the important thing to understand is that the Eiffel Testing Framework will work with anything that matches the definitions of test and test class above. That is, once tests are created, the Eiffel Testing Framework doesn't really have a stake in what you are trying to test.
The Eiffel Testing Framework will manage and run the tests in any test class whether or not they actually test any target routines. Even though the test shown below doesn't test anything, it still qualifies as a test. Naturally, it would seem silly to keep a test around that doesn't test anything, but the important thing to understand is that the Eiffel Testing Framework will work with anything that matches the definitions of test and test class above. That is, once tests are created, the Eiffel Testing Framework doesn't really have a stake in what you are trying to test.
Take a look at the following test class:
<code>