Commit f76cd552 authored by lopezaguilar's avatar lopezaguilar
Browse files

Complete the first overview of the ContextInformatin/Comsumption Test Suites

parent 051e0a92
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,9 +19,9 @@ ${bus_payload_file}= 2020-08-bus-temporal-representation-sample.j


*** Test Cases ***    TIMEREL    TIMEAT    EXPECTATION_FILE
After    [Tags]    te-query    5_7_4
021_01_01 After    [Tags]    te-query    5_7_4
    after    2020-08-01T12:04:00Z    vehicles-temporal-representation-021-01-01-expectation.jsonld
Before    [Tags]    te-query    5_7_4
021_01_02 Before    [Tags]    te-query    5_7_4
    before    2020-09-01T13:06:00Z    vehicles-temporal-representation-021-01-02-expectation.jsonld


+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ ${expectation_file}= vehicles-temporal-representation-021-02-expe


*** Test Cases ***
Query the temporal evolution of certain attributes of entities
021_02_01 Query the temporal evolution of certain attributes of entities
    [Documentation]    Check that you can query the temporal evolution of certain attributes of entities
    [Tags]    te-query    5_7_4
    ${entity_types_to_be_retrieved}=    Catenate    SEPARATOR=,    Vehicle
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ ${expectation_file}= vehicles-temporal-representation-021-03-expe


*** Test Cases ***
Query the temporal evolution of the last N instances of entities attributes
021_03_01 Query the temporal evolution of the last N instances of entities attributes
    [Documentation]    Check that you can query the temporal evolution of the last N instances of entities attributes
    [Tags]    te-query    5_7_4
    ${entity_types_to_be_retrieved}=    Catenate    SEPARATOR=,    Vehicle
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ ${expectation_file}= vehicles-temporal-representation-021-04-expe


*** Test Cases ***
Query the temporal evolution of entities using a context
021_04 Query the temporal evolution of entities using a context
    [Documentation]    Check that you can query the temporal evolution of entities using a context
    [Tags]    te-query    5_7_4
    ${entity_types_to_be_retrieved}=    Catenate    SEPARATOR=,    Vehicle
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ ${expectation_file}= vehicles-temporal-representation-021-05-expectation.


*** Test Cases ***
Query the temporal evolution of entities matching the given type(s)
021_05_01 Query the temporal evolution of entities matching the given type(s)
    [Documentation]    Check that you can query the temporal evolution of entities matching the given type(s)
    [Tags]    te-query    5_7_4
    ${entity_types_to_be_retrieved}=    Catenate    SEPARATOR=,    Bus
Loading