mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2026-04-05 09:39:31 +02:00
Author:halw
Date:2009-03-06T18:23:49.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@200 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[[Property:title|The Eiffel Testing Framework]]
|
||||
[[Property:title|Using the Eiffel Testing Framework]]
|
||||
[[Property:link_title|Using AutoTest]]
|
||||
[[Property:weight|-1]]
|
||||
[[Property:uuid|6b900a65-85c6-9cd6-ef57-ccd4b8decbef]]
|
||||
|
||||
@@ -61,7 +61,7 @@ The Eiffel Testing Framework interface helps you to create and execute tests on
|
||||
Whenever you use the Eiffel Testing Framework, it will find your test classes, those classes that inherit from EQA_TEST_SET. When you run tests, it will execute all the tests in those classes, or a subset of tests that you choose. So, you have probably figured out that the one class from the testing library that you may need to know a little about is EQA_TEST_SET. But you don't have to know very much, because the Eiffel Testing Framework can help you construct your test classes.
|
||||
|
||||
|
||||
==Types of Tests==
|
||||
==Types of tests==
|
||||
|
||||
There are three different types of tests supported by the Eiffel Testing Framework:
|
||||
* Manual tests
|
||||
|
||||
Reference in New Issue
Block a user