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

Improve assertThatRuleFactoryCreatesMultipleTransformationRules Test to be order independent #12

Open
kocmana opened this issue Jan 14, 2022 · 0 comments
Assignees
Labels
Refactoring Improvement of the code base beyond adding of new features

Comments

@kocmana
Copy link
Owner

kocmana commented Jan 14, 2022

Currently the test asserts the order of the returned list of Transformation Rules. This is completely irrelevant to the functionality of the application and cause unexpected failing tests in the pipeline.

This test should assert class instances irrespective of the order in the list (one instance of X and one instance of Y are in the list)

@kocmana kocmana self-assigned this Jan 14, 2022
@kocmana kocmana added the Refactoring Improvement of the code base beyond adding of new features label Jan 14, 2022
@kocmana kocmana added this to the Initial Release milestone Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactoring Improvement of the code base beyond adding of new features
Projects
None yet
Development

No branches or pull requests

1 participant