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

Tests for BeanUtil class are missing #19264

Open
tepi opened this issue Apr 26, 2024 · 1 comment
Open

Tests for BeanUtil class are missing #19264

tepi opened this issue Apr 26, 2024 · 1 comment

Comments

@tepi
Copy link
Contributor

tepi commented Apr 26, 2024

In flow-server module we have a helper class used when generating bean property sets, com.vaadin.flow.internal.BeanUtil. Currently we do not seem to have any tests for this helper class. It is somewhat tested indirectly via other tests but still, we should add independent unit tests for it.

@Paul-Hoke
Copy link

It looks like a lot of the units of work here are done in private methods, but nothing some reflection can't help us with. Picking this up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Internal Backlog / Technical Debt
Development

No branches or pull requests

2 participants