|
Move Method private parseSpec(browser Browser, sectionFilter SectionFilter) : PageSpec from class com.galenframework.suite.actions.GalenPageActionMutate to private parseSpec(specPath String, browser Browser, sectionFilter SectionFilter, properties Properties) : PageSpec from class com.galenframework.api.mutation.GalenMutate |
From |
To |
|
Move Method private generateMutationsFor(name String) : List<PageMutation> from class com.galenframework.suite.actions.GalenPageActionMutate to private generateMutationsFor(name String) : List<PageMutation> from class com.galenframework.api.mutation.GalenMutate |
From |
To |
|
Move Method private testMutation(pageMutation PageMutation, mutationReport MutationReport, mutationExecBrowser MutationExecBrowser, pageSpec PageSpec, sectionFilter SectionFilter, screenshotFile File) : void from class com.galenframework.suite.actions.GalenPageActionMutate to private testMutation(pageMutation PageMutation, mutationReport MutationReport, mutationExecBrowser MutationExecBrowser, pageSpec PageSpec, sectionFilter SectionFilter, screenshotFile File) : void from class com.galenframework.api.mutation.GalenMutate |
From |
To |
|
Move Method private testAllMutations(recordedElements Map<String,PageElement>, browser Browser, pageSpec PageSpec, sectionFilter SectionFilter, screenshotFile File) : MutationReport from class com.galenframework.suite.actions.GalenPageActionMutate to private testAllMutations(recordedElements Map<String,PageElement>, browser Browser, pageSpec PageSpec, sectionFilter SectionFilter, screenshotFile File) : MutationReport from class com.galenframework.api.mutation.GalenMutate |
From |
To |
|
Move Method private toMutationMap(pageElementMutations List<PageElementMutation>) : Map<String,AreaMutation> from class com.galenframework.suite.actions.GalenPageActionMutate to private toMutationMap(pageElementMutations List<PageElementMutation>) : Map<String,AreaMutation> from class com.galenframework.api.mutation.GalenMutate |
From |
To |
|
Move Method private nonViewport() : Predicate<Map.Entry<String,PageElement>> from class com.galenframework.suite.actions.GalenPageActionMutate to private nonViewport() : Predicate<Map.Entry<String,PageElement>> from class com.galenframework.api.mutation.GalenMutate |
From |
To |