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

feat: add VirtualListTester #1797

Merged
merged 12 commits into from
May 21, 2024
Merged

feat: add VirtualListTester #1797

merged 12 commits into from
May 21, 2024

Commits on Apr 19, 2024

  1. Created VirtualListTester.

    Added VirtualListTester to TesterWrappers.
    
    Extracted LitRenderer property and function methods from GridTester to HasLitRenderer mixin class for DRY reusability.
    joelpop committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    35ee944 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    2c4393a View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    482a006 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cba0b7f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    3e7ca8c View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Made Views and Tests more granular.

    Added intentionally failing tests.
    
    Fixed some nits.
    
    Removed Instancio from project.
    joelpop committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4be5de1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ed37e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36dda8f View commit details
    Browse the repository at this point in the history
  4. Made parameter order for LitRendererTestUtil methods consistent.

    Renamed test methods to reflect how API is being tested.
    joelpop committed May 21, 2024
    Configuration menu
    Copy the full SHA
    6d2dfcb View commit details
    Browse the repository at this point in the history
  5. Removed unused import.

    joelpop committed May 21, 2024
    Configuration menu
    Copy the full SHA
    2164a9f View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/feature/#1721-VirtualListTester'…

    … into feature/#1721-VirtualListTester
    joelpop committed May 21, 2024
    Configuration menu
    Copy the full SHA
    758e252 View commit details
    Browse the repository at this point in the history
  7. minor javadoc fixes

    mcollovati committed May 21, 2024
    Configuration menu
    Copy the full SHA
    cabe83b View commit details
    Browse the repository at this point in the history