Skip to content

Commit

Permalink
Addressed review comments by Emil B.
Browse files Browse the repository at this point in the history
  • Loading branch information
d-stahl-ericsson committed Apr 6, 2017
1 parent 487f0d8 commit a11bd99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion eiffel-syntax-and-usage/the-links-object.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ __Optional in:__ None
__Legal targets:__ [EiffelArtifactCreatedEvent](../eiffel-vocabulary/EiffelArtifactCreatedEvent.md),
[EiffelCompositionDefinedEvent](../eiffel-vocabulary/EiffelCompositionDefinedEvent.md)
__Multiple allowed:__ No
__Description:__ Identifies the Item Under Test: what is being tested and/or been verified to address an issue.
__Description:__ Identifies the Item Under Test: what is about to be tested and/or has been verified to address an issue, respectively.

### TERC
__Required in:__ None
Expand Down
10 changes: 5 additions & 5 deletions eiffel-vocabulary/EiffelTestCaseTriggeredEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This event is used to communicate intent, and thereby serves a similar purpose t
### data.testCase
__Type:__ Object
__Required:__ Yes
__Description:__ Identification of the executed test case.
__Description:__ Identification of the test case to be executed.

#### data.testCase.tracker
__Type:__ String
Expand All @@ -17,17 +17,17 @@ __Description:__ The name of the test case tracker - typically a test management
#### data.testCase.id
__Type:__ String
__Required:__ Yes
__Description:__ The unique identity of the executed test case.
__Description:__ The unique identity of the test case to be executed.

#### data.testCase.version
__Type:__ String
__Required:__ No
__Description:__ The unique version of the executed test case identity. Where this property is not used it is assumed that test cases are not version controlled.
__Description:__ The unique version of the identified test case to be executed. Where this property is not used it is assumed that test cases are not version controlled.

#### data.testCase.uri
__Type:__ String
__Required:__ No
__Description:__ A location where a description of the test case can be retrieved. To the extent that multiple versions of the same test case co-exist, this property SHALL identify the exact version executed.
__Description:__ A location where a description of the test case can be retrieved. To the extent that multiple versions of the same test case co-exist, this property SHALL identify the exact version to be executed.

### data.recipeId
__Type:__ String
Expand Down Expand Up @@ -64,7 +64,7 @@ __Description:__ The type of execution (often related to, but ultimately separat
### data.parameters
__Type:__ Object[]
__Required:__ No
__Description:__ A list of parameters passed to the test case execution.
__Description:__ A list of parameters to be passed to the test case execution.

#### data.parameters.name
__Type:__ String
Expand Down
4 changes: 0 additions & 4 deletions examples/events/EiffelTestCaseTriggeredEvent/simple.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@
{
"type": "IUT",
"target": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeee2"
},
{
"type": "TERC",
"target": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeee3"
}
]
}

0 comments on commit a11bd99

Please sign in to comment.