sdk-javascript/test/integration
Lucas Holmquist c7a84772d5
feat(src): A CloudEvent should be readonly but provide a way to augment itself. (#234)
BREAKING CHANGE:

* This change makes the CloudEvent Read-only and validates the input during object creation.

* To augment an already created CloudEvent object, we have added a `cloneWith` method that takes attributes to add/update.

Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
2020-07-13 15:15:32 -04:00
..
cloud_event_test.ts feat(src): A CloudEvent should be readonly but provide a way to augment itself. (#234) 2020-07-13 15:15:32 -04:00
constants_test.ts test: inplement the cucumber conformance tests from cloudevents/spec (#238) 2020-07-13 09:47:02 -04:00
http_binding_1.ts feat(src): A CloudEvent should be readonly but provide a way to augment itself. (#234) 2020-07-13 15:15:32 -04:00
http_binding_03.ts feat(src): A CloudEvent should be readonly but provide a way to augment itself. (#234) 2020-07-13 15:15:32 -04:00
http_emitter_test.ts test: inplement the cucumber conformance tests from cloudevents/spec (#238) 2020-07-13 09:47:02 -04:00
http_receiver_test.ts test: inplement the cucumber conformance tests from cloudevents/spec (#238) 2020-07-13 09:47:02 -04:00
parser_test.ts test: inplement the cucumber conformance tests from cloudevents/spec (#238) 2020-07-13 09:47:02 -04:00
receiver_binary_1_tests.ts test: inplement the cucumber conformance tests from cloudevents/spec (#238) 2020-07-13 09:47:02 -04:00
receiver_binary_03_tests.ts test: inplement the cucumber conformance tests from cloudevents/spec (#238) 2020-07-13 09:47:02 -04:00
receiver_structured_0_3_test.ts test: inplement the cucumber conformance tests from cloudevents/spec (#238) 2020-07-13 09:47:02 -04:00
receiver_structured_1_test.ts test: inplement the cucumber conformance tests from cloudevents/spec (#238) 2020-07-13 09:47:02 -04:00
sdk_test.ts test: inplement the cucumber conformance tests from cloudevents/spec (#238) 2020-07-13 09:47:02 -04:00
spec_1_tests.ts feat(src): A CloudEvent should be readonly but provide a way to augment itself. (#234) 2020-07-13 15:15:32 -04:00
spec_03_tests.ts feat(src): A CloudEvent should be readonly but provide a way to augment itself. (#234) 2020-07-13 15:15:32 -04:00
utilities_test.ts test: inplement the cucumber conformance tests from cloudevents/spec (#238) 2020-07-13 09:47:02 -04:00