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

Minor refactoring around RunOrder enum #3106

Merged
merged 1 commit into from
Mar 31, 2024

Commits on Mar 30, 2024

  1. Minor refactoring around RunOrder enum

    Renamed and re-organised some internal classes
    
    The run order based on instances was using 
    Hash codes to determine execution order.
    Now that we have Unique identity aware test class
    object containers, we should be first trying to 
    use that and if it’s not available only then fall
    Back to using object hash codes 
    (This is for instance aware comparators)
    krmahadevan committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    66f056e View commit details
    Browse the repository at this point in the history