-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add a Tester class for VirtualList component #1721
Comments
What methods should Because
In order to support the latter two, Please provide your thoughts on what methods should or shouldn't be provided by this tester, and if you have alternate suggestions for their names and/or parameter names. |
At least for the use cases we require, the last two methods would not be necessary. The rest of the API looks perfect for the tests we want to write. |
… into feature/#1721-VirtualListTester
Adds VirtualListTester to enable VirtualLists to be unit tested with TestBench. As this tester and GridTester both support LitRenderers, the common code from GridTester was extracted to a utility class so it could be shared by both testers. Fixes #1721
Create a Tester class for VirtualList
The text was updated successfully, but these errors were encountered: