b147a189ee731e91736c69e6d88e6381a6b2c59f
Files Diff
- Added: 6
- Removed: 8
- Renamed: 0
- Modified: 23
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Removed | |
| org.powermock:powermock-module-junit4:1.6.5 | |
| org.powermock:powermock-api-mockito:1.6.5 | |
| Updated | |
| From org.mockito:mockito-core 1.10.19 To 2.2.3 |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 3 | ||
| Change Parameter Type argument : Object to argument : FluentWebElement in method public matches(argument FluentWebElement) : boolean in class org.fluentlenium.core.events.EventsTest.ElementMatcher | From | To | |
| Change Parameter Type items : Object to items : List<WebElement> in method public matches(items List<WebElement>) : boolean in class org.fluentlenium.core.proxy.ProxyListenerTest.ElementMatcher | From | To | |
| Change Parameter Type argument : Object to argument : List<HookDefinition<?>> in method public matches(argument List<HookDefinition<?>>) : boolean in class org.fluentlenium.core.hook.HookControlTest.HookDefinitionMatcher | From | To | |
| Rename Variable | 1 | ||
| Rename Variable fluentDriverSpied : FluentDriver to fluentDriverSpy : FluentDriver in method public clickAndOpenNewTest() : void in class org.fluentlenium.core.action.WindowActionsTest | From | To | |
| Change Return Type | 1 | ||
| Change Return Type EnvironmentVariablesConfiguration to PropertiesBackendConfiguration in method public getConfiguration() : PropertiesBackendConfiguration in class org.fluentlenium.configuration.PropertiesBackendConfigurationTest | From | To | |
| Rename Class | 4 | ||
| Rename Class org.fluentlenium.configuration.SystemPropertiesConfiguration renamed to org.fluentlenium.configuration.SystemPropertiesBackend | From | To | |
| Rename Class org.fluentlenium.configuration.EnvironmentVariablesConfiguration renamed to org.fluentlenium.configuration.EnvironmentVariablesBackend | From | To | |
| Rename Class org.fluentlenium.configuration.EnvironmentVariablesConfigurationTest renamed to org.fluentlenium.configuration.PropertiesBackendConfigurationTest | From | To | |
| Rename Class org.fluentlenium.configuration.PropertiesConfiguration renamed to org.fluentlenium.configuration.DefaultPropertiesBackend | From | To | |
| Move Class | 2 | ||
| Move Class org.fluentlenium.configuration.AbstractPropertiesConfigurationTest.DummyConfigurationDefaults moved to org.fluentlenium.configuration.PropertiesBackendConfigurationTest.DummyConfigurationDefaults | From | To | |
| Move Class org.fluentlenium.configuration.AbstractPropertiesConfigurationTest.DummyConfigurationFactory moved to org.fluentlenium.configuration.PropertiesBackendConfigurationTest.DummyConfigurationFactory | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable hookDefinitions : List<HookDefinition<?>> to argument : List<HookDefinition<?>> in method public matches(argument List<HookDefinition<?>>) : boolean in class org.fluentlenium.core.hook.HookControlTest.HookDefinitionMatcher | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type item : Object to item : WebElement in method public matches(items List<WebElement>) : boolean in class org.fluentlenium.core.proxy.ProxyListenerTest.ElementMatcher | From | To | |
| Extract Variable | 1 | ||
| Extract Variable item : WebElement in method public matches(items List<WebElement>) : boolean from class org.fluentlenium.core.proxy.ProxyListenerTest.ElementMatcher | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type configuration : EnvironmentVariablesConfiguration to configuration : PropertiesBackendConfiguration in class org.fluentlenium.configuration.PropertiesBackendConfigurationTest | From | To |