From b43b5f28aec03748796f029764528c31a6177fe4 Mon Sep 17 00:00:00 2001 From: halw Date: Sat, 7 Mar 2009 18:28:06 +0000 Subject: [PATCH] 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 --- .../using-autotest/execute-tests.wiki | 2 +- .../autotest/index.wiki | 23 ++++++++++++++++++- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/documentation/current/eiffelstudio/eiffelstudio-guided-tour/using-autotest/execute-tests.wiki b/documentation/current/eiffelstudio/eiffelstudio-guided-tour/using-autotest/execute-tests.wiki index 7d34af45..dca32f24 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-guided-tour/using-autotest/execute-tests.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-guided-tour/using-autotest/execute-tests.wiki @@ -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''' diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/autotest/index.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/autotest/index.wiki index 80f394f8..6b83e4ce 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/autotest/index.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/autotest/index.wiki @@ -6,7 +6,28 @@ ==Introduction== -The Eiffel Testing Framework is a facility within EiffelStudio that helps developers create, manage, and execute software tests. These pages are intended to describe the Eiffel Testing Framework interface and capabilities. In addition to this material, you will find a tutorial entitled [[Using the Eiffel Testing Framework]] in [[EiffelStudio: A Guided Tour]]. +The Eiffel Testing Framework is a facility within EiffelStudio that helps developers create, manage, and execute software tests. These pages are intended to describe the Eiffel Testing Framework interface and capabilities. In addition to this material, you will find a tutorial entitled [[Using the Eiffel Testing Framework]] in [[EiffelStudio: A Guided Tour]]. The tutorial includes a simple example that you can use to work through the Testing Frameworks different facilities. It also contains definitions for terminology used in the tutorial and in this reference. Specifically: + +#[[Testing: Background and basics#Test classes and tests|Test classes and tests]] +#[[Testing: Background and basics#Types of tests|The types of test supported by the Eiffel Testing Framework]] +#[[Testing: Background and basics#Anatomy of a test|Target classes and target routines]] +#[[Execute tests#About test results|Test results]] + + +==Components== + +When you use the Eiffel Testing Framework, you control things by using two components: the '''interface''' and the '''New Eiffel test wizard'''. The interface is used to access, manage, execute, and monitor tests. The New Eiffel test wizard is used to help you create new tests. + +===The interface=== + +[[Image:Empty testing tool 01]] + + + +===The New Eiffel test wizard=== + +[[Image: New test wizard screen 01 01]] +