449d08e0510c0301211b79f2905c9ced84f6b465
Files Diff
- Added: 23
- Removed: 11
- Renamed: 0
- Modified: 18
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 6 | ||
| Rename Method private failIsNotDisplayed() : void renamed to public isNotClickable() : FluentWebElementAssert in class org.fluentlenium.assertj.custom.FluentWebElementAssert | From | To | |
| Rename Method public testHasTextOk() : void renamed to public testHasTextPositive() : void in class org.fluentlenium.assertj.custom.AlertAssertTest | From | To | |
| Rename Method public testIsPresentOk() : void renamed to public testIsPresentPositive() : void in class org.fluentlenium.assertj.custom.AlertAssertTest | From | To | |
| Rename Method public testHasText() : void renamed to public testHasTextOk() : void in class org.fluentlenium.assertj.custom.FluentListAssertTest | From | To | |
| Rename Method public testHasNotText() : void renamed to public testHasNotTextOk() : void in class org.fluentlenium.assertj.custom.FluentListAssertTest | From | To | |
| Rename Method private failIsDisplayed() : void renamed to public isClickable() : FluentWebElementAssert in class org.fluentlenium.assertj.custom.FluentWebElementAssert | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type actual : FluentList<?> to actual : FluentList<FluentWebElement> in method public FluentListAssert(actual FluentList<FluentWebElement>) in class org.fluentlenium.assertj.custom.FluentListAssert | From | To | |
| Change Parameter Type actual : FluentList<?> to actual : FluentList<FluentWebElement> in method public assertThat(actual FluentList<FluentWebElement>) : FluentListAssert in class org.fluentlenium.assertj.FluentLeniumAssertions | From | To | |
| Move Method | 2 | ||
| Move Method public testAssertOnSubstringOfAClass() : void from class org.fluentlenium.assertj.integration.FluentListAssertTest to public testAssertOnSubstringOfAClass() : void from class org.fluentlenium.assertj.integration.element.FluentWebElementHasClassTest | From | To | |
| Move Method public testAssertOnOneOfManyClasses() : void from class org.fluentlenium.assertj.integration.FluentListAssertTest to public testAssertOnOneOfManyClasses() : void from class org.fluentlenium.assertj.integration.element.FluentWebElementHasClassTest | From | To | |
| Inline Method | 4 | ||
| Inline Method private failIsEnabled() : void inlined to public isEnabled() : FluentWebElementAssert in class org.fluentlenium.assertj.custom.FluentWebElementAssert | From | To | |
| Inline Method private failIsSelected() : void inlined to public isSelected() : FluentWebElementAssert in class org.fluentlenium.assertj.custom.FluentWebElementAssert | From | To | |
| Inline Method private failIsNotSelected() : void inlined to public isNotSelected() : FluentWebElementAssert in class org.fluentlenium.assertj.custom.FluentWebElementAssert | From | To | |
| Inline Method private failIsNotEnabled() : void inlined to public isNotEnabled() : FluentWebElementAssert in class org.fluentlenium.assertj.custom.FluentWebElementAssert | From | To | |
| Change Return Type | 6 | ||
| Change Return Type void to FluentWebElementAssert in method public isClickable() : FluentWebElementAssert in class org.fluentlenium.assertj.custom.FluentWebElementAssert | From | To | |
| Change Return Type FluentList to FluentList<E> in method public write(with String...) : FluentList<E> in class org.fluentlenium.core.domain.FluentList | From | To | |
| Change Return Type Object to FluentListAssert in method public lessThanOrEqualTo(size int) : FluentListAssert in class org.fluentlenium.assertj.custom.FluentListSizeBuilder | From | To | |
| Change Return Type Object to FluentListAssert in method public greaterThanOrEqualTo(size int) : FluentListAssert in class org.fluentlenium.assertj.custom.FluentListSizeBuilder | From | To | |
| Change Return Type FluentList to FluentList<E> in method public write(with String...) : FluentList<E> in class org.fluentlenium.core.domain.FluentListImpl | From | To | |
| Change Return Type void to FluentWebElementAssert in method public isNotClickable() : FluentWebElementAssert in class org.fluentlenium.assertj.custom.FluentWebElementAssert | From | To | |
| Extract Class | 1 | ||
| Extract Class org.fluentlenium.assertj.integration.element.FluentWebElementHasClassTest from class org.fluentlenium.assertj.integration.FluentListAssertTest | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class org.fluentlenium.assertj.integration.FluentListAssertTest moved and renamed to org.fluentlenium.assertj.integration.list.FluentListSizeTest | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.fluentlenium.assertj.integration.IntegrationTest from classes [org.fluentlenium.assertj.integration.list.FluentListSizeTest] | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type actualIds : List to actualIds : List<String> in method public hasId(idToFind String) : FluentListAssert in class org.fluentlenium.assertj.custom.FluentListAssert | From | To | |
| Extract Interface | 2 | ||
| Extract Interface org.fluentlenium.assertj.custom.ListStateAssert from classes [org.fluentlenium.assertj.custom.FluentListAssert] | From | To | |
| Extract Interface org.fluentlenium.assertj.custom.ElementStateAssert from classes [org.fluentlenium.assertj.custom.FluentWebElementAssert] | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type fluentList : FluentList<E> to fluentList : FluentList<FluentWebElement> in class org.fluentlenium.assertj.custom.FluentListAssertTest | From | To |