From 7aef01f6baacd677951e2df5f3ffcdd72c01ee05 Mon Sep 17 00:00:00 2001 From: halw Date: Wed, 4 Mar 2009 04:12:23 +0000 Subject: [PATCH] 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 --- .../eiffelstudio-guided-tour/overview-and-prerequisites.wiki | 3 +-- .../using-autotest/testing-background-and-basics.wiki | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/documentation/current/eiffelstudio/eiffelstudio-guided-tour/overview-and-prerequisites.wiki b/documentation/current/eiffelstudio/eiffelstudio-guided-tour/overview-and-prerequisites.wiki index ffcb3092..faf19120 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-guided-tour/overview-and-prerequisites.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-guided-tour/overview-and-prerequisites.wiki @@ -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 TM. diff --git a/documentation/current/eiffelstudio/eiffelstudio-guided-tour/using-autotest/testing-background-and-basics.wiki b/documentation/current/eiffelstudio/eiffelstudio-guided-tour/using-autotest/testing-background-and-basics.wiki index 519cc831..544af9a4 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-guided-tour/using-autotest/testing-background-and-basics.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-guided-tour/using-autotest/testing-background-and-basics.wiki @@ -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: