kocmana/filerename

Improve assertThatRuleFactoryCreatesMultipleTransformationRules Test to be order independent

kocmana opened this issue · 0 comments

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)