Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Mention the usage of Fixture.registerIgnoredField #95

Open
mvonrenteln opened this issue Aug 29, 2018 · 0 comments
Open

Mention the usage of Fixture.registerIgnoredField #95

mvonrenteln opened this issue Aug 29, 2018 · 0 comments

Comments

@mvonrenteln
Copy link

In the documentation of the tests the usage of fixture.expectEventsMatching() is very detailed. This can lead to excessive usage of matchers instead of the simpler fixture.expectEvents().

In many cases fixture.expectEvents() would be simpler and is sutable. But the ID-Field often is not known in the test (or not of interest) and this leads to the usage of the matcher version. So a short documentation of fixture.expectEvents() in combination with registerIgnoredField() would help to choose the right expect method.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants