2b845e80bab57265fbe40b11d146b0ad911e976d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public should_create_error_message_when_only_elements_order_differs_according_to_custom_comparison_strategy() : void renamed to public should_not_display_missing_elements_when_there_are_none_with_custom_comparison_strategy() : void in class org.assertj.core.error.ShouldContainExactly_create_Test | From | To | |
Rename Method public should_create_error_message_with_custom_comparison_strategy() : void renamed to public should_display_first_wrong_element_when_only_elements_order_differs() : void in class org.assertj.core.error.ShouldContainExactly_create_Test | From | To | |
Rename Method public should_create_error_message() : void renamed to public should_display_missing_and_unexpected_elements() : void in class org.assertj.core.error.ShouldContainExactly_create_Test | From | To | |
Rename Method public should_create_error_message_when_sizes_differ() : void renamed to public should_not_display_missing_elements_when_there_are_none() : void in class org.assertj.core.error.ShouldContainExactly_create_Test | From | To | |
Change Parameter Type | 5 | ||
Change Parameter Type notFound : Object to notFound : Iterable<?> in method public shouldContainExactly(actual Object, expected Iterable<?>, notFound Iterable<?>, notExpected Iterable<?>, comparisonStrategy ComparisonStrategy) : ErrorMessageFactory in class org.assertj.core.error.ShouldContainExactly | From | To | |
Change Parameter Type expectedSize : int to unexpected : Object in method private ShouldContainExactly(actual Object, expected Object, comparisonStrategy ComparisonStrategy, unexpected Object) in class org.assertj.core.error.ShouldContainExactly | From | To | |
Change Parameter Type expected : Object to expected : Iterable<?> in method public shouldContainExactly(actual Object, expected Iterable<?>, notFound Iterable<?>, notExpected Iterable<?>) : ErrorMessageFactory in class org.assertj.core.error.ShouldContainExactly | From | To | |
Change Parameter Type notFound : Object to notFound : Iterable<?> in method public shouldContainExactly(actual Object, expected Iterable<?>, notFound Iterable<?>, notExpected Iterable<?>) : ErrorMessageFactory in class org.assertj.core.error.ShouldContainExactly | From | To | |
Change Parameter Type expected : Object to expected : Iterable<?> in method public shouldContainExactly(actual Object, expected Iterable<?>, notFound Iterable<?>, notExpected Iterable<?>, comparisonStrategy ComparisonStrategy) : ErrorMessageFactory in class org.assertj.core.error.ShouldContainExactly | From | To | |
Rename Parameter | 1 | ||
Rename Parameter expectedSize : int to unexpected : Object in method private ShouldContainExactly(actual Object, expected Object, comparisonStrategy ComparisonStrategy, unexpected Object) in class org.assertj.core.error.ShouldContainExactly | From | To |