Author:halw

Date:2010-01-20T17:09:17.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@405 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2010-01-20 17:23:11 +00:00
parent 38636dc7de
commit 1273435452
2 changed files with 2 additions and 2 deletions

View File

@@ -69,8 +69,8 @@ Notice that the Filter box has a drop-down with a list of options:
These options are shortcuts to the various tag roots listed above:
#'''Test classes''' displays the sub-tree under the tag root '''class'''
#'''Results''' displays the sub-tree under the tag root '''result'''
#'''Classes under test''' displays the sub-tree under the tag root '''covers'''
#'''Results''' displays the sub-tree under the tag root '''result'''
#'''User-defined tags''' displays the sub-tree under the tag root '''user'''

View File

@@ -52,7 +52,7 @@ Tests and test classes are pickable in the Tests pane.
The '''Filter''' box allows you to limit which tests are visible in the Tests pane (and, by consequence, the tests run when '''Run filtered tests''' is clicked) by entering filter text in the box and pressing the Enter key. Filter text can be a string of characters that is contained in a test class or test routine name, or it can be a [[Create a manual test#About Tags|tag]] or a portion of a tag hierarchy.
In fact, filter text fully supports [http://www.regular-expressions.info/ regular expressions], so you can craft fine-grained filters.
In fact, filter text fully supports [http://www.regular-expressions.info/ regular expressions], so you can craft more complex and precise filters. (You will notice below when the '''Results''' choice is selected from the Filter box drop-down, that the filter text used is the regular expression "<code lang="text">^result</code>".)
Clicking the '''Clear filter''' icon ( [[Image:general-reset-icon]] ) to the right of the filter box will clear any filter contents and enable the viewing of all tests. The Tests pane is depicted below after clicking the '''Clear filter''' icon and expanding some of the items: