Author:halw

Date:2009-05-24T19:13:31.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@226 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2009-05-24 19:13:31 +00:00
parent 9acf7bb62d
commit e3afbd3f8c
10 changed files with 37 additions and 21 deletions

View File

@@ -2,7 +2,8 @@
[[Property:link_title|The AutoTest Interface]]
[[Property:weight|0]]
[[Property:uuid|6eec11df-9ea0-6834-d41b-a0c23b87c485]]
{{underconstruction}}
[[Image:Testing Framework interface annotated 01]]
@@ -37,7 +38,7 @@ The '''Stop all execution''' command ( [[Image:debug-stop-icon]] ) will halt all
==View Filtering==
{{note|The development of this section is on hold pending changes to the interface. }}
{{note|The development of this documentation section is currently on hold pending changes to the interface expected in an upcoming release. }}
==Tests==

View File

@@ -2,7 +2,6 @@
[[Property:link_title|The Eiffel Test Wizard]]
[[Property:weight|1]]
[[Property:uuid|305a8288-cb6a-df2a-1515-e23138e21566]]
{{underconstruction}}
==Introduction==
@@ -96,7 +95,8 @@ On this pane enter the information needed to produce synthesized tests. Use the
Other information necessary for creating synthesized tests is:
*'''Duration (minutes)''' -- How long the Eiffel Testing Framework will execute random invocations of the routines in the classes to be tested.
*'''Cutoff (minutes)''' -- How long the Eiffel Testing Framework will execute random invocations of the routines in the classes to be tested, specified in minutes.
*'''Cutoff (invocations)''' -- How long the Eiffel Testing Framework will execute random invocations of the routines in the classes to be tested, specified by invocation count.
*'''Routine timeout (seconds)''' -- How long the Framework will wait for completion of any invocation.
*'''Random number generation seed''' -- The seed used for random number generator used during the process. A value of zero instructs the Framework to use a seed derived from the system clock.
*'''Use slicing for minimization''' -- Designate '''slicing''' as the approach for minimizing the size of synthesized tests.

View File

@@ -2,7 +2,7 @@
[[Property:link_title|AutoTest]]
[[Property:weight|-1]]
[[Property:uuid|1d8cc843-238e-feaa-cfa6-629f080ffba7]]
{{underconstruction}}
==Introduction==