|
Change Return Type FluentWaitMatcher to FluentWaitSelectorMatcher in method public until(selector String) : FluentWaitSelectorMatcher in class org.fluentlenium.core.wait.FluentWait |
From |
To |
|
Change Return Type FluentWaitMatcher to FluentWaitSelectorMatcher in method public notEndsWith(equal Pattern) : FluentWaitSelectorMatcher in class org.fluentlenium.core.wait.FluentWaitFiltersBuilder |
From |
To |
|
Change Return Type FluentWaitMatcher to FluentWaitSelectorMatcher in method public startsWith(equal String) : FluentWaitSelectorMatcher in class org.fluentlenium.core.wait.FluentWaitFiltersBuilder |
From |
To |
|
Change Return Type FluentWaitMatcher to AbstractWaitElementMatcher in method public withId(value String) : AbstractWaitElementMatcher in class org.fluentlenium.core.wait.FluentWaitSelectorMatcher |
From |
To |
|
Change Return Type FluentWaitMatcher to FluentWaitSelectorMatcher in method public endsWith(equal Pattern) : FluentWaitSelectorMatcher in class org.fluentlenium.core.wait.FluentWaitFiltersBuilder |
From |
To |
|
Change Return Type FluentWaitMatcher to FluentWaitSelectorMatcher in method public notStartsWith(equal String) : FluentWaitSelectorMatcher in class org.fluentlenium.core.wait.FluentWaitFiltersBuilder |
From |
To |
|
Change Return Type FluentWaitMatcher to FluentWaitSelectorMatcher in method public containsWord(word String) : FluentWaitSelectorMatcher in class org.fluentlenium.core.wait.FluentWaitFiltersBuilder |
From |
To |
|
Change Return Type FluentWaitMatcher to FluentWaitSelectorMatcher in method public notContains(equal String) : FluentWaitSelectorMatcher in class org.fluentlenium.core.wait.FluentWaitFiltersBuilder |
From |
To |
|
Change Return Type FluentWaitMatcher to FluentWaitSelectorMatcher in method public notStartsWith(equal Pattern) : FluentWaitSelectorMatcher in class org.fluentlenium.core.wait.FluentWaitFiltersBuilder |
From |
To |
|
Change Return Type FluentWaitBuilder to FluentWaitFiltersBuilder in method public withClass() : FluentWaitFiltersBuilder in class org.fluentlenium.core.wait.FluentWaitSelectorMatcher |
From |
To |
|
Change Return Type FluentWait to void in method public until(isTrue Predicate<Fluent>) : void in class org.fluentlenium.core.wait.FluentWait |
From |
To |
|
Change Return Type FluentWaitMatcher to FluentWaitSelectorMatcher in method public notContains(equal Pattern) : FluentWaitSelectorMatcher in class org.fluentlenium.core.wait.FluentWaitFiltersBuilder |
From |
To |
|
Change Return Type FluentWaitMatcher to FluentWaitSelectorMatcher in method public equalTo(equal String) : FluentWaitSelectorMatcher in class org.fluentlenium.core.wait.FluentWaitFiltersBuilder |
From |
To |
|
Change Return Type FluentWaitBuilder to FluentWaitFiltersBuilder in method public withText() : FluentWaitFiltersBuilder in class org.fluentlenium.core.wait.FluentWaitSelectorMatcher |
From |
To |
|
Change Return Type FluentWaitMatcher to FluentWaitSelectorMatcher in method public contains(equal String) : FluentWaitSelectorMatcher in class org.fluentlenium.core.wait.FluentWaitFiltersBuilder |
From |
To |
|
Change Return Type FluentWaitMatcher to FluentWaitSelectorMatcher in method public contains(equal Pattern) : FluentWaitSelectorMatcher in class org.fluentlenium.core.wait.FluentWaitFiltersBuilder |
From |
To |
|
Change Return Type Fluent to void in method public isLoaded() : void in class org.fluentlenium.core.wait.FluentWaitPageMatcher |
From |
To |
|
Change Return Type FluentWaitMatcher to FluentWaitSelectorMatcher in method public notEndsWith(equal String) : FluentWaitSelectorMatcher in class org.fluentlenium.core.wait.FluentWaitFiltersBuilder |
From |
To |
|
Change Return Type FluentWaitBuilder to FluentWaitFiltersBuilder in method public withName() : FluentWaitFiltersBuilder in class org.fluentlenium.core.wait.FluentWaitSelectorMatcher |
From |
To |
|
Change Return Type FluentWaitMatcher to FluentWaitSelectorMatcher in method public startsWith(equal Pattern) : FluentWaitSelectorMatcher in class org.fluentlenium.core.wait.FluentWaitFiltersBuilder |
From |
To |
|
Change Return Type FluentWaitMatcher to AbstractWaitElementMatcher in method public withText(value String) : AbstractWaitElementMatcher in class org.fluentlenium.core.wait.FluentWaitSelectorMatcher |
From |
To |
|
Change Return Type FluentWaitMatcher to AbstractWaitElementMatcher in method public withClass(value String) : AbstractWaitElementMatcher in class org.fluentlenium.core.wait.FluentWaitSelectorMatcher |
From |
To |
|
Change Return Type FluentWait to void in method public untilPredicate(predicate Predicate<Fluent>) : void in class org.fluentlenium.core.wait.FluentWait |
From |
To |
|
Change Return Type FluentWaitMatcher to AbstractWaitElementMatcher in method public withName(value String) : AbstractWaitElementMatcher in class org.fluentlenium.core.wait.FluentWaitSelectorMatcher |
From |
To |
|
Change Return Type FluentWaitBuilder to FluentWaitFiltersBuilder in method public withId() : FluentWaitFiltersBuilder in class org.fluentlenium.core.wait.FluentWaitSelectorMatcher |
From |
To |
|
Change Return Type FluentWaitMatcher to FluentWaitSelectorMatcher in method public endsWith(equal String) : FluentWaitSelectorMatcher in class org.fluentlenium.core.wait.FluentWaitFiltersBuilder |
From |
To |
|
Change Return Type FluentWaitBuilder to FluentWaitFiltersBuilder in method public with(attribute String) : FluentWaitFiltersBuilder in class org.fluentlenium.core.wait.FluentWaitSelectorMatcher |
From |
To |
|
Rename Parameter selector : String to selectionName : String in method package isPresentMessage(selectionName String) : String in class org.fluentlenium.core.wait.WaitMessage |
From |
To |
|
Rename Parameter selector : String to selectionName : String in method package hasTextMessage(selectionName String, value String) : String in class org.fluentlenium.core.wait.WaitMessage |
From |
To |
|
Rename Parameter selector : String to selectionName : String in method package greatherThanMessage(selectionName String, size int) : String in class org.fluentlenium.core.wait.WaitMessage |
From |
To |
|
Rename Parameter selector : String to selectionName : String in method package isNotPresentMessage(selectionName String) : String in class org.fluentlenium.core.wait.WaitMessage |
From |
To |
|
Rename Parameter selector : String to selectionName : String in method package isDisplayedMessage(selectionName String) : String in class org.fluentlenium.core.wait.WaitMessage |
From |
To |
|
Rename Parameter selector : String to selection : String in method public FluentSizeBuilder(parent AbstractWaitElementMatcher, fluentWait FluentWait, selection String) in class org.fluentlenium.core.wait.FluentSizeBuilder |
From |
To |
|
Rename Parameter selector : String to selectionName : String in method package hasNameMessage(selectionName String, value String) : String in class org.fluentlenium.core.wait.WaitMessage |
From |
To |
|
Rename Parameter string : String to selector : String in method public until(selector String) : FluentWaitSelectorMatcher in class org.fluentlenium.core.wait.FluentWait |
From |
To |
|
Rename Parameter selector : String to selectionName : String in method package isClickableMessage(selectionName String) : String in class org.fluentlenium.core.wait.WaitMessage |
From |
To |
|
Rename Parameter selector : String to selectionName : String in method package greatherThanOrEqualToMessage(selectionName String, size int) : String in class org.fluentlenium.core.wait.WaitMessage |
From |
To |
|
Rename Parameter selector : String to selectionName : String in method package hasSizeMessage(selectionName String, size int) : String in class org.fluentlenium.core.wait.WaitMessage |
From |
To |
|
Rename Parameter selector : String to selectionName : String in method package notEqualToMessage(selectionName String, size int) : String in class org.fluentlenium.core.wait.WaitMessage |
From |
To |
|
Rename Parameter selector : String to selectionName : String in method package isEnabledMessage(selectionName String) : String in class org.fluentlenium.core.wait.WaitMessage |
From |
To |
|
Rename Parameter isTrue : Predicate<Fluent> to predicate : Predicate<Fluent> in method public untilPredicate(predicate Predicate<Fluent>) : void in class org.fluentlenium.core.wait.FluentWait |
From |
To |
|
Rename Parameter selector : String to selectionName : String in method package hasIdMessage(selectionName String, value String) : String in class org.fluentlenium.core.wait.WaitMessage |
From |
To |
|
Rename Parameter selector : String to selectionName : String in method package equalToMessage(selectionName String, size int) : String in class org.fluentlenium.core.wait.WaitMessage |
From |
To |
|
Rename Parameter selector : String to selectionName : String in method package hasAttributeMessage(selectionName String, attribute String, value String) : String in class org.fluentlenium.core.wait.WaitMessage |
From |
To |
|
Rename Parameter selector : String to selectionName : String in method package lessThanMessage(selectionName String, size int) : String in class org.fluentlenium.core.wait.WaitMessage |
From |
To |
|
Rename Parameter selector : String to selectionName : String in method package lessThanOrEqualToMessage(selectionName String, size int) : String in class org.fluentlenium.core.wait.WaitMessage |
From |
To |