-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement unit tests for pipeline element 'BooleanFilterProcessor' #1891
Comments
Can someone please assign this issue to me? I know I am not a first time contributor but I have never worked on unit test before. I believe this will give me a more well-rounded understanding of the project. Thanks! |
Awesome, @muyangye! |
Hi I have pushed a PR that unit tests BooleanFilterProcessor. 2 quick concerns I have:
|
Thanks for your contribution @muyangye
The structure you have created is totally fine and exactly what I would have expected
Yes, this would be great! How about putting it into |
Thanks for the suggestion @bossenti! I just pushed an update that:
|
* implement new round processor * add English locale, icon, and documentation * fix checkstyle * support different rounding modes * add rounding mode in documentation * fix time display * let NaryMapping selection account for property scope * implement boolean filter unit tests * add common StoreEventCollector class and refactor TestChangedValueDetectionProcessor * add new class
This issue is about implementing unit tests for our pipeline element BooleanFilterProcessor.
An example of how to write unit tests for pipeline elements can be found here.
Mentoring
As this issue is marked as a good first issue and for the
hacktoberfest
event: one of @dominikriemer, @tenthe, @RobertIndie, or @bossenti are happy to provide help for getting started, just tag (one of) them if you want to start working on this issue and need some help.The text was updated successfully, but these errors were encountered: