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

Compare classes, not classnames in tests #9014

Merged
merged 8 commits into from
Jul 12, 2024

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    f6627c1 View commit details
    Browse the repository at this point in the history
  2. Use instanceof in FileDataProviderFactoryTest

    Instead of comparing class names, the tests assert that
    `result instanceof Class` (for each appropriate class).
    bencomp committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    c8ef732 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

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

Commits on Aug 29, 2023

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

Commits on Sep 7, 2023

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

Commits on Sep 12, 2023

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

Commits on Jun 24, 2024

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

Commits on Jul 10, 2024

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