|
Rename Method protected findElements() : FluentList<E> renamed to protected getElements() : FluentList<E> in class org.fluentlenium.core.action.FillSelect |
From |
To |
|
Rename Method public isLoaded() : boolean renamed to public loaded() : boolean in class org.fluentlenium.core.proxy.AbstractLocatorHandler |
From |
To |
|
Rename Method public getCssRepresentations() : String renamed to public getCssRepresentation() : String in class org.fluentlenium.core.filter.matcher.MatcherType |
From |
To |
|
Rename Method public isDisplayed() : boolean renamed to public displayed() : boolean in class org.fluentlenium.core.wait.FluentWaitWindowConditions |
From |
To |
|
Rename Method public isPresent(proxy Object) : boolean renamed to public present(proxy Object) : boolean in class org.fluentlenium.core.proxy.LocatorProxies |
From |
To |
|
Rename Method package isFluentDriverAvailable() : boolean renamed to package isFluentControlAvailable() : boolean in class org.fluentlenium.adapter.FluentAdapter |
From |
To |
|
Rename Method protected findElements() : FluentList<E> renamed to protected getElements() : FluentList<E> in class org.fluentlenium.core.action.BaseFill |
From |
To |
|
Rename Method protected getCls() : Class<?> renamed to protected getContainerClass() : Class<?> in class org.fluentlenium.core.page.ClassAnnotations |
From |
To |
|
Rename Method public isLoaded(proxy Object) : boolean renamed to public loaded(proxy Object) : boolean in class org.fluentlenium.core.proxy.LocatorProxies |
From |
To |
|
Rename Method public isPresent() : boolean renamed to public present() : boolean in class org.fluentlenium.core.proxy.LocatorHandler |
From |
To |
|
Rename Method package internalFail(reason String) : void renamed to protected failWithMessage(errorMessage String, arguments Object...) : void in class org.fluentlenium.assertj.custom.FluentListAssert |
From |
To |
|
Rename Method public isPresent() : boolean renamed to public present() : boolean in class org.fluentlenium.core.proxy.ListHandler |
From |
To |
|
Rename Method public isNotDisplayed() : boolean renamed to public notDisplayed() : boolean in class org.fluentlenium.core.wait.FluentWaitWindowConditions |
From |
To |
|
Rename Method public isPresent() : boolean renamed to public present() : boolean in class org.fluentlenium.core.proxy.AbstractLocatorHandler |
From |
To |
|
Rename Method protected getDriverContainer() : FluentControlContainer renamed to protected getControlContainer() : FluentControlContainer in class org.fluentlenium.adapter.FluentAdapter |
From |
To |
|
Rename Method public isLoaded() : boolean renamed to public loaded() : boolean in class org.fluentlenium.core.proxy.LocatorHandler |
From |
To |
|
Rename Parameter fluentControl : FluentControl to control : FluentControl in method public DefaultHookChainBuilder(control FluentControl, instantiator ComponentInstantiator) in class org.fluentlenium.core.hook.DefaultHookChainBuilder |
From |
To |
|
Rename Parameter object : Rectangle to rectangle : Rectangle in method public RectangleConditionsImpl(rectangle Rectangle, negation boolean) in class org.fluentlenium.core.conditions.RectangleConditionsImpl |
From |
To |
|
Rename Parameter isTrue : Function<? super FluentControl,T> to function : Function<? super FluentControl,T> in method public until(function Function<? super FluentControl,T>) : T in class org.fluentlenium.core.wait.FluentWaitElementList |
From |
To |
|
Rename Parameter fluentControl : FluentControl to control : FluentControl in method public WindowAction(control FluentControl, driver WebDriver) in class org.fluentlenium.core.action.WindowAction |
From |
To |
|
Rename Parameter anotherString : String to text : String in method public text(text String) : boolean in class org.fluentlenium.core.conditions.WebElementConditions |
From |
To |
|
Rename Parameter cls : Class<?> to containerClass : Class<?> in method public ClassAnnotations(containerClass Class<?>) in class org.fluentlenium.core.page.ClassAnnotations |
From |
To |
|
Rename Parameter anotherString : String to text : String in method public text(text String) : boolean in class org.fluentlenium.core.conditions.FluentConditions |
From |
To |
|
Rename Parameter fluentControl : FluentControl to control : FluentControl in method public ComponentList(componentClass Class<T>, list List<T>, control FluentControl, instantiator ComponentInstantiator) in class org.fluentlenium.core.domain.ComponentList |
From |
To |
|
Rename Parameter fluentControl : FluentControl to control : FluentControl in method public DefaultComponentInstantiator(control FluentControl, instantiator ComponentInstantiator) in class org.fluentlenium.core.components.DefaultComponentInstantiator |
From |
To |
|
Rename Parameter fluentControl : FluentControl to control : FluentControl in method public WaitHook(control FluentControl, instantiator ComponentInstantiator, elementSupplier Supplier<WebElement>, locatorSupplier Supplier<ElementLocator>, toStringSupplier Supplier<String>, options WaitHookOptions) in class org.fluentlenium.core.hook.wait.WaitHook |
From |
To |
|
Rename Parameter listConditions : Conditions<FluentWebElement> to conditions : Conditions<FluentWebElement> in method public RectangleListConditionsImpl(conditions Conditions<FluentWebElement>, objectGetter Function<FluentWebElement,Rectangle>, conditionsGetter Function<FluentWebElement,RectangleConditions>) in class org.fluentlenium.core.conditions.RectangleListConditionsImpl |
From |
To |
|
Rename Parameter object : Integer to integer : Integer in method public IntegerConditionsImpl(integer Integer, negation boolean) in class org.fluentlenium.core.conditions.IntegerConditionsImpl |
From |
To |
|
Rename Parameter webDriver : WebDriver to driver : WebDriver in method public Alert(driver WebDriver) in class org.fluentlenium.core.alert.Alert |
From |
To |
|
Rename Parameter isTrue : Function<? super FluentControl,T> to function : Function<? super FluentControl,T> in method public until(function Function<? super FluentControl,T>) : T in class org.fluentlenium.core.wait.FluentWait |
From |
To |
|
Rename Parameter listConditions : Conditions<FluentWebElement> to conditions : Conditions<FluentWebElement> in method public StringListConditionsImpl(conditions Conditions<FluentWebElement>, objectGetter Function<FluentWebElement,String>, conditionsGetter Function<FluentWebElement,StringConditions>) in class org.fluentlenium.core.conditions.StringListConditionsImpl |
From |
To |
|
Rename Parameter object : String to string : String in method public StringConditionsImpl(string String, negation boolean) in class org.fluentlenium.core.conditions.StringConditionsImpl |
From |
To |
|
Rename Parameter object : FluentWebElement to element : FluentWebElement in method public WebElementConditions(element FluentWebElement, negation boolean) in class org.fluentlenium.core.conditions.WebElementConditions |
From |
To |
|
Rename Parameter elementsSupplier : List<WebElement> to elements : List<WebElement> in method public ElementListSupplierLocator(elements List<WebElement>) in class org.fluentlenium.core.proxy.ElementListSupplierLocator |
From |
To |
|
Rename Parameter selector : Supplier<? extends List<? extends FluentWebElement>> to elements : Supplier<? extends List<? extends FluentWebElement>> in method public untilEachElements(elements Supplier<? extends List<? extends FluentWebElement>>) : FluentListConditions in class org.fluentlenium.core.wait.FluentWait |
From |
To |
|
Rename Parameter listConditions : Conditions<FluentWebElement> to conditions : Conditions<FluentWebElement> in method public RectangleListConditionsImpl(conditions Conditions<FluentWebElement>) in class org.fluentlenium.core.conditions.RectangleListConditionsImpl |
From |
To |
|
Rename Parameter fluentControlWait : FluentWait to controlWait : FluentWait in method public FluentWaitElementList(controlWait FluentWait, elements List<? extends FluentWebElement>) in class org.fluentlenium.core.wait.FluentWaitElementList |
From |
To |
|
Rename Parameter fluentControl : FluentControl to control : FluentControl in method public DefaultComponentInstantiator(control FluentControl) in class org.fluentlenium.core.components.DefaultComponentInstantiator |
From |
To |
|
Rename Parameter fluentControl : FluentControl to control : FluentControl in method public DefaultContainerInstanciator(control FluentControl) in class org.fluentlenium.core.inject.DefaultContainerInstanciator |
From |
To |
|
Rename Parameter fluentControl : FluentControl to control : FluentControl in method public ComponentsManager(control FluentControl) in class org.fluentlenium.core.components.ComponentsManager |
From |
To |
|
Rename Parameter webElement : WebElement to element : WebElement in method public FluentWebElement(element WebElement, control FluentControl, instantiator ComponentInstantiator) in class org.fluentlenium.core.domain.FluentWebElement |
From |
To |
|
Rename Parameter fluentControlWait : FluentWait to controlWait : FluentWait in method public FluentWaitElement(controlWait FluentWait, element FluentWebElement) in class org.fluentlenium.core.wait.FluentWaitElement |
From |
To |
|
Rename Parameter isTrue : Supplier<Boolean> to supplier : Supplier<Boolean> in method public until(supplier Supplier<Boolean>) : void in class org.fluentlenium.core.wait.FluentWaitElementList |
From |
To |
|
Rename Parameter isTrue : Supplier<Boolean> to booleanSupplier : Supplier<Boolean> in method public until(booleanSupplier Supplier<Boolean>) : void in class org.fluentlenium.core.wait.FluentWait |
From |
To |
|
Rename Parameter rectangleGetter : Function<FluentWebElement,Rectangle> to objectGetter : Function<FluentWebElement,Rectangle> in method public RectangleListConditionsImpl(conditions Conditions<FluentWebElement>, objectGetter Function<FluentWebElement,Rectangle>, conditionsGetter Function<FluentWebElement,RectangleConditions>) in class org.fluentlenium.core.conditions.RectangleListConditionsImpl |
From |
To |
|
Rename Parameter currentSupplier : Supplier<WebElement> to elementSupplier : Supplier<WebElement> in method protected newInstance(hookClass Class<? extends FluentHook<?>>, fluentControl FluentControl, instantiator ComponentInstantiator, elementSupplier Supplier<WebElement>, locatorSupplier Supplier<ElementLocator>, toStringSupplier Supplier<String>, options Object) : FluentHook<?> in class org.fluentlenium.core.hook.DefaultHookChainBuilder |
From |
To |
|
Rename Parameter anotherString : String to text : String in method public text(text String) : boolean in class org.fluentlenium.core.conditions.AbstractFluentListConditions |
From |
To |
|
Rename Parameter stringGetter : Function<FluentWebElement,String> to objectGetter : Function<FluentWebElement,String> in method public StringListConditionsImpl(conditions Conditions<FluentWebElement>, objectGetter Function<FluentWebElement,String>, conditionsGetter Function<FluentWebElement,StringConditions>) in class org.fluentlenium.core.conditions.StringListConditionsImpl |
From |
To |
|
Rename Parameter fluentControl : FluentControl to control : FluentControl in method public BaseFluentHook(control FluentControl, instantiator ComponentInstantiator, elementSupplier Supplier<WebElement>, locatorSupplier Supplier<ElementLocator>, toStringSupplier Supplier<String>, options T) in class org.fluentlenium.core.hook.BaseFluentHook |
From |
To |
|
Rename Parameter pattern : Pattern to value : Pattern in method public NotContainsMatcher(value Pattern) in class org.fluentlenium.core.filter.matcher.NotContainsMatcher |
From |
To |
|
Rename Parameter reason : String to errorMessage : String in method protected failWithMessage(errorMessage String, arguments Object...) : void in class org.fluentlenium.assertj.custom.FluentListAssert |
From |
To |
|
Rename Parameter fluentControl : FluentControl to control : FluentControl in method public FluentInjector(control FluentControl, eventsRegistry EventsRegistry, componentsManager ComponentsManager, instanciator ContainerInstanciator) in class org.fluentlenium.core.inject.FluentInjector |
From |
To |
|
Rename Parameter text : AttributeFilter to filter : AttributeFilter in method public AttributeFilterPredicate(filter AttributeFilter) in class org.fluentlenium.core.filter.AttributeFilterPredicate |
From |
To |
|
Rename Parameter fluentControl : FluentControl to control : FluentControl in method public FluentWebElement(element WebElement, control FluentControl, instantiator ComponentInstantiator) in class org.fluentlenium.core.domain.FluentWebElement |
From |
To |
|
Rename Parameter driverContainer : FluentControlContainer to controlContainer : FluentControlContainer in method public FluentAdapter(controlContainer FluentControlContainer) in class org.fluentlenium.adapter.FluentAdapter |
From |
To |
|
Rename Parameter pattern : Pattern to value : Pattern in method public EqualMatcher(value Pattern) in class org.fluentlenium.core.filter.matcher.EqualMatcher |
From |
To |
|
Rename Parameter locator : Supplier<ElementLocator> to locatorSupplier : Supplier<ElementLocator> in method protected newInstance(hookClass Class<? extends FluentHook<?>>, fluentControl FluentControl, instantiator ComponentInstantiator, elementSupplier Supplier<WebElement>, locatorSupplier Supplier<ElementLocator>, toStringSupplier Supplier<String>, options Object) : FluentHook<?> in class org.fluentlenium.core.hook.DefaultHookChainBuilder |
From |
To |
|
Rename Parameter selector : Supplier<? extends List<? extends FluentWebElement>> to elements : Supplier<? extends List<? extends FluentWebElement>> in method public untilElements(elements Supplier<? extends List<? extends FluentWebElement>>) : FluentListConditions in class org.fluentlenium.core.wait.FluentWait |
From |
To |
|
Rename Parameter timeInMillis : long to duration : long in method public atMost(duration long) : FluentWait in class org.fluentlenium.core.wait.FluentWait |
From |
To |
|
Rename Parameter fluentControl : FluentControl to control : FluentControl in method public EventsRegistry(control FluentControl) in class org.fluentlenium.core.events.EventsRegistry |
From |
To |
|
Rename Parameter cssRepresentations : String to cssRepresentation : String in method package MatcherType(cssRepresentation String) in class org.fluentlenium.core.filter.matcher.MatcherType |
From |
To |
|
Rename Parameter fluentControl : FluentControl to control : FluentControl in method public FluentWait(control FluentControl) in class org.fluentlenium.core.wait.FluentWait |
From |
To |
|
Rename Parameter fluentControl : FluentControl to control : FluentControl in method public FluentListImpl(componentClass Class<E>, list List<E>, control FluentControl, instantiator ComponentInstantiator) in class org.fluentlenium.core.domain.FluentListImpl |
From |
To |
|
Rename Parameter selector : Supplier<? extends FluentWebElement> to element : Supplier<? extends FluentWebElement> in method public untilElement(element Supplier<? extends FluentWebElement>) : FluentConditions in class org.fluentlenium.core.wait.FluentWait |
From |
To |