Esempio n. 1
0
    def step_impl(self, entity, expected_value):
        for row in self.table:
            print(row)

            entity = row['Entity']
            value = row['Value']

            Functions.assert_json_response_expected(self, entity, value)
Esempio n. 2
0
 def step_impl(self, entity, subPath, expected_value):
     Functions.assert_json_response_expected(self, entity, expected_value, subPath)