Skip to content
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

Write extra NotificationTest for up-cpp #172

Open
gregmedd opened this issue Jun 22, 2024 · 1 comment · May be fixed by #207
Open

Write extra NotificationTest for up-cpp #172

gregmedd opened this issue Jun 22, 2024 · 1 comment · May be fixed by #207
Assignees
Milestone

Comments

@gregmedd
Copy link
Contributor

The “extra” tests provide for more integrated testing than lower-level “coverage” unit tests. They check the interoperation between components. However, they do not count towards code coverage as their assertions are made at a higher level where detailed behaviors may be missed.

This test will exercise the interoperability between NotificationSource and NotificationSink. Are messages produced by one compatible with the other? Does the sink’s listener registration match up with the URIs in a sent notification (i.e. does everything end up in the expected spots)? Does everything validate successfully after being passed through all stages?

@gregmedd gregmedd added this to the alpha.3 milestone Jun 22, 2024
@pranavishere2
Copy link
Contributor

I can take this

@gregmedd gregmedd linked a pull request Jul 10, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In review
Development

Successfully merging a pull request may close this issue.

2 participants