Skip to content

add test for Util#writeAnnotation() #4768

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

Open
vladak opened this issue Apr 24, 2025 · 1 comment
Open

add test for Util#writeAnnotation() #4768

vladak opened this issue Apr 24, 2025 · 1 comment

Comments

@vladak
Copy link
Member

vladak commented Apr 24, 2025

When working on #4761 it became evident that Util#writeAnnotation() is not tested. This tracks the addition of such tests.

@vladak
Copy link
Member Author

vladak commented Apr 24, 2025

In particular, the matching of description using revision should be tested, i.e.

String revision = annotation.getRevision(num);
vs.
String msg = annotation.getDesc(revision);

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

No branches or pull requests

1 participant