xatkit-runtime icon indicating copy to clipboard operation
xatkit-runtime copied to clipboard

JsonEventMatcher#match only matches top-level fields

Open gdaniel opened this issue 6 years ago • 1 comments

The current implementation only compare top-level fields with the FieldValues provided in the addMatchableEvent. We should provide a way to match fields that are included in other fields.

gdaniel avatar Sep 19 '18 15:09 gdaniel

This is not an issue in the current bots, because we use APIs that contain this information in the top-level elements of the returned JSON. Leaving this issue opened in case it happens for future APIs.

gdaniel avatar Mar 03 '20 09:03 gdaniel