Skip to content

Commit

Permalink
Clarified the meaning of test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
d-stahl-ericsson committed Aug 26, 2016
1 parent 2a110bd commit 003391a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eiffel-vocabulary/EiffelTestSuiteStartedEvent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# EiffelTestSuiteStartedEvent
The EiffelTestSuiteStartedEvent declares that a suite of tests has started. This can either be declared stand-alone or as part of an activity or other test suite, using either a __CAUSE__ or a __CONTEXT__ link type, respectively.
The EiffelTestSuiteStartedEvent declares that the execution of a test suite has started. This can either be declared stand-alone or as part of an activity or other test suite, using either a __CAUSE__ or a __CONTEXT__ link type, respectively.

In Eiffel, a test suite is nothing more or less than a collection of test case executions (see [EiffelTestCaseStartedEvent](./EiffelTestCaseStartedEvent.md)) and/or other test suite executions. The executed test suite may be an ad-hoc transient grouping of test cases that were executed at a particular time or place or for a particular purpose or a persistent entity tracked in a test management system - Eiffel makes no distinction or assumptions either way.

## Data Members
### data.name
Expand Down

2 comments on commit 003391a

@e-backmark-ericsson
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rephrase 'and/or other test suite executions' to 'and/or other test suites'

@d-stahl-ericsson
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No - the event does not represent a "test suite", but a "test suite execution".

Please sign in to comment.