[Summary] [Package List] [Test Cases]
| Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|
| 14 | 0 | 4 | 0 | 71.429% | 0.017 |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
[Summary] [Package List] [Test Cases]
| Package | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|
| 14 | 0 | 4 | 0 | 71.429% | 0.017 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| Scenario: Query openEHR data using AQL over REST | 7 | 0 | 2 | 0 | 71.429% | 0.016 | |
| Scenario: Query openEHR data using session based EHR Id | 7 | 0 | 2 | 0 | 71.429% | 0.001 |
[Summary] [Package List] [Test Cases]
| Given The server is running | 0.002 | |
| And The client system is logged into a server session | 0 | |
| And The openEHR template for the composition is available to the server | 0 | |
| And An EHR is created | 0 | |
| And A composition is persisted under the EHR | 0 | |
| Then An AQL query should return data from the composition in the EHR | 0.007 | |
| Scenario: Query openEHR data using AQL over REST | 0.007 | |
| Given The server is running | 0 | |
| And The client system is logged into a server session | 0 | |
| And The openEHR template for the composition is available to the server | 0 | |
| And An EHR is created | 0 | |
| And A composition is persisted under the EHR without an EHR identifier | 0 | |
| Then An AQL query should return data from the composition in the EHR | 0 | |
| Scenario: Query openEHR data using session based EHR Id | 0.001 | |
[Summary] [Package List] [Test Cases]