|
Change Parameter Type matches : List<StepDefinitionMatch> to matches : List<PickleStepDefinitionMatch> in method private createMessage(step PickleStep, matches List<PickleStepDefinitionMatch>) : String in class cucumber.runtime.AmbiguousStepDefinitionsException |
From |
To |
|
Change Parameter Type match : StepDefinitionMatch to match : PickleStepDefinitionMatch in method private createRuntimeWithMockedGlue(match PickleStepDefinitionMatch, hook HookDefinition, hookType HookType, runtimeArgs String...) : Runtime in class cucumber.runtime.RuntimeTest |
From |
To |
|
Change Parameter Type testStep : TestStep to testStep : PickleStepTestStep in method private isFirstStepAfterBackground(testStep PickleStepTestStep) : boolean in class cucumber.runtime.formatter.PrettyFormatter |
From |
To |
|
Change Parameter Type matchStep : StepDefinitionMatch to matchStep : PickleStepDefinitionMatch in method private mockStepLocation(stepLocation String, matchStep PickleStepDefinitionMatch) : void in class cucumber.runtime.TestHelper |
From |
To |
|
Change Parameter Type testStep : TestStep to testStep : PickleStepTestStep in method private stepText(testStep PickleStepTestStep) : StringBuffer in class cucumber.runtime.formatter.PrettyFormatter |
From |
To |
|
Change Parameter Type testStep : TestStep to testStep : PickleStepTestStep in method private isFirstStepAfterBackground(testStep PickleStepTestStep) : boolean in class cucumber.runtime.formatter.HTMLFormatter |
From |
To |
|
Change Parameter Type testStep : TestStep to testStep : PickleStepTestStep in method private isFirstStepAfterBackground(testStep PickleStepTestStep) : boolean in class cucumber.runtime.formatter.JSONFormatter |
From |
To |
|
Change Parameter Type match : StepDefinitionMatch to match : PickleStepDefinitionMatch in method private createRuntimeWithMockedGlue(match PickleStepDefinitionMatch, isAmbiguous boolean, hook HookDefinition, hookType HookType, runtimeArgs String...) : Runtime in class cucumber.runtime.RuntimeTest |
From |
To |
|
Change Parameter Type matchStep : StepDefinitionMatch to matchStep : PickleStepDefinitionMatch in method private mockStepResult(stepResult Result, matchStep PickleStepDefinitionMatch) : void in class cucumber.runtime.TestHelper |
From |
To |
|
Change Parameter Type testSteps : List<TestStep> to testSteps : List<HookTestStep> in method private addTestStepsForBeforeHooks(testSteps List<HookTestStep>, tags List<PickleTag>) : void in class cucumber.runner.Runner |
From |
To |
|
Change Parameter Type isBefore : boolean to hookType : HookType in method private createRuntimeWithMockedGlue(match PickleStepDefinitionMatch, hook HookDefinition, hookType HookType, runtimeArgs String...) : Runtime in class cucumber.runtime.RuntimeTest |
From |
To |
|
Change Parameter Type testSteps : List<TestStep> to testSteps : List<HookTestStep> in method private addTestStepsForHooks(testSteps List<HookTestStep>, tags List<PickleTag>, hooks List<HookDefinition>, hookType HookType) : void in class cucumber.runner.Runner |
From |
To |
|
Change Parameter Type testStep : TestStep to testStep : PickleStepTestStep in method private createMatchMap(testStep PickleStepTestStep, result Result) : Map<String,Object> in class cucumber.runtime.formatter.HTMLFormatter |
From |
To |
|
Change Parameter Type matches : List<StepDefinitionMatch> to matches : List<PickleStepDefinitionMatch> in method public AmbiguousStepDefinitionsException(step PickleStep, matches List<PickleStepDefinitionMatch>) in class cucumber.runtime.AmbiguousStepDefinitionsException |
From |
To |
|
Change Parameter Type match : StepDefinitionMatch to match : PickleStepDefinitionMatch in method private mockMatch(glue RuntimeGlue, match PickleStepDefinitionMatch, isAmbiguous boolean) : void in class cucumber.runtime.RuntimeTest |
From |
To |
|
Change Parameter Type step : PickleStep to step : gherkin.pickles.PickleStep in method package handleStepStarted(step gherkin.pickles.PickleStep) : void in class cucumber.runtime.junit.JUnitReporter |
From |
To |
|
Change Parameter Type testSteps : List<TestStep> to testSteps : List<HookTestStep> in method private addTestStepsForAfterHooks(testSteps List<HookTestStep>, tags List<PickleTag>) : void in class cucumber.runner.Runner |
From |
To |
|
Change Parameter Type testStep : TestStep to testStep : PickleStepTestStep in method private getStepKeyword(testStep PickleStepTestStep) : String in class cucumber.runtime.formatter.PrettyFormatter |
From |
To |
|
Change Parameter Type testStep : TestStep to testStep : PickleStepTestStep in method private printStep(testStep PickleStepTestStep, result Result) : void in class cucumber.runtime.formatter.PrettyFormatter |
From |
To |
|
Change Parameter Type isBefore : boolean to hookType : HookType in method private addHook(runtime Runtime, hookType HookType) : HookDefinition in class cucumber.runner.RunnerTest |
From |
To |
|
Change Parameter Type testSteps : List<TestStep> to testSteps : List<PickleStepTestStep> in method private addTestStepsForPickleSteps(testSteps List<PickleStepTestStep>, pickleEvent PickleEvent) : void in class cucumber.runner.Runner |
From |
To |
|
Change Parameter Type testStep : TestStep to hookTestStep : HookTestStep in method private createHookStep(hookTestStep HookTestStep) : Map<String,Object> in class cucumber.runtime.formatter.JSONFormatter |
From |
To |
|
Change Parameter Type testStep : TestStep to testStep : PickleStepTestStep in method private createTestStep(testStep PickleStepTestStep) : Map<String,Object> in class cucumber.runtime.formatter.HTMLFormatter |
From |
To |
|
Change Parameter Type definitionMatch : DefinitionMatch to stepDefinitionMatch : StepDefinitionMatch in method package TestStep(stepDefinitionMatch StepDefinitionMatch) in class cucumber.runner.TestStep |
From |
To |
|
Change Parameter Type testStep : TestStep to testStep : PickleStepTestStep in method private createTestStep(testStep PickleStepTestStep) : Map<String,Object> in class cucumber.runtime.formatter.JSONFormatter |
From |
To |
|
Change Parameter Type testStep : TestStep to testStep : PickleStepTestStep in method package handleStepResult(testStep PickleStepTestStep, result Result) : void in class cucumber.runtime.junit.JUnitReporter |
From |
To |
|
Change Parameter Type testSteps : List<TestStep> to testSteps : List<PickleStepTestStep> in method public TestCase(testSteps List<PickleStepTestStep>, beforeHooks List<HookTestStep>, afterHooks List<HookTestStep>, pickleEvent PickleEvent, dryRun boolean) in class cucumber.runner.TestCase |
From |
To |
|
Change Parameter Type definitionMatch : DefinitionMatch to definitionMatch : HookDefinitionMatch in method package HookTestStep(hookType HookType, definitionMatch HookDefinitionMatch) in class cucumber.runner.HookTestStep |
From |
To |
|
Change Parameter Type testStep : TestStep to testStep : PickleStepTestStep in method private isBackgroundStep(testStep PickleStepTestStep) : boolean in class cucumber.runtime.formatter.PrettyFormatter |
From |
To |
|
Change Parameter Type isBefore : boolean to hookType : HookType in method private createRuntimeWithMockedGlue(match PickleStepDefinitionMatch, isAmbiguous boolean, hook HookDefinition, hookType HookType, runtimeArgs String...) : Runtime in class cucumber.runtime.RuntimeTest |
From |
To |
|
Move Method public getPattern() : String from class cucumber.runtime.StepDefinitionMatch to public getPattern() : String from class cucumber.runner.PickleStepTestStep |
From |
To |
|
Move Method public getUri() : String from class cucumber.api.TestCase to public getUri() : String from class cucumber.runner.TestCase |
From |
To |
|
Move Method public run(bus EventBus) : void from class cucumber.api.TestCase to package run(bus EventBus) : void from class cucumber.runner.TestCase |
From |
To |
|
Move Method public getName() : String from class cucumber.api.TestCase to public getName() : String from class cucumber.runner.TestCase |
From |
To |
|
Move Method private mapThrowableToStatus(t Throwable) : Result.Type from class cucumber.api.TestStep to private mapThrowableToStatus(t Throwable) : Result.Type from class cucumber.runner.TestStep |
From |
To |
|
Move Method public TestCase(testSteps List<TestStep>, pickleEvent PickleEvent, dryRun boolean) from class cucumber.api.TestCase to public TestCase(testSteps List<PickleStepTestStep>, beforeHooks List<HookTestStep>, afterHooks List<HookTestStep>, pickleEvent PickleEvent, dryRun boolean) from class cucumber.runner.TestCase |
From |
To |
|
Move Method public getTestSteps() : List<TestStep> from class cucumber.api.TestCase to public getTestSteps() : List<TestStep> from class cucumber.runner.TestCase |
From |
To |
|
Move Method public getScenarioDesignation() : String from class cucumber.api.TestCase to public getScenarioDesignation() : String from class cucumber.runner.TestCase |
From |
To |
|
Move Method public getLine() : int from class cucumber.api.TestCase to public getLine() : int from class cucumber.runner.TestCase |
From |
To |
|
Move Method public getCodeLocation() : String from class cucumber.api.TestStep to public getCodeLocation() : String from class cucumber.runner.TestStep |
From |
To |
|
Move Method public getTags() : List<PickleTag> from class cucumber.api.TestCase to public getTags() : List<PickleTag> from class cucumber.runner.TestCase |
From |
To |
|
Move Method public getStepLine(step PickleStep) : int from class cucumber.runtime.StepDefinitionMatch to public getStepLine() : int from class cucumber.runner.PickleStepTestStep |
From |
To |
|
Move Method private fileColonLine(location PickleLocation) : String from class cucumber.api.TestCase to private fileColonLine(location PickleLocation) : String from class cucumber.runner.TestCase |
From |
To |
|
Move Method private mapStatusToResult(status Result.Type, error Throwable, duration long) : Result from class cucumber.api.TestStep to private mapStatusToResult(status Result.Type, error Throwable, duration long) : Result from class cucumber.runner.TestStep |
From |
To |
|
Move Method protected executeStep(language String, scenario Scenario, skipSteps boolean) : Result.Type from class cucumber.api.TestStep to private executeStep(language String, scenario Scenario, skipSteps boolean) : Result.Type from class cucumber.runner.TestStep |
From |
To |
|
Change Variable Type stepDefinitionMatch : StepDefinitionMatch to stepDefinitionMatch : PickleStepDefinitionMatch in method public gives_nice_error_message_when_conversion_fails() : void in class cucumber.runtime.StepDefinitionMatchTest |
From |
To |
|
Change Variable Type testStep : TestStep to testStep : HookTestStep in method private addTestStepsForHooks(testSteps List<HookTestStep>, tags List<PickleTag>, hooks List<HookDefinition>, hookType HookType) : void in class cucumber.runner.Runner |
From |
To |
|
Change Variable Type testStep : TestStep to testStep : PickleStepTestStep in method public handlers_do_not_receive_the_events_they_did_not_registered_for() : void in class cucumber.runner.EventBusTest |
From |
To |
|
Change Variable Type testStep1 : TestStep to testStep1 : PickleStepTestStep in method public skip_steps_at_first_gherkin_step_after_nonn_passed_result() : void in class cucumber.runner.TestCaseTest |
From |
To |
|
Change Variable Type match : StepDefinitionMatch to match : PickleStepDefinitionMatch in method public should_add_skipped_result_to_the_summary_counter() : void in class cucumber.runtime.RuntimeTest |
From |
To |
|
Change Variable Type match : StepDefinitionMatch to match : PickleStepDefinitionMatch in method private addTestStepsForPickleSteps(testSteps List<PickleStepTestStep>, pickleEvent PickleEvent) : void in class cucumber.runner.Runner |
From |
To |
|
Change Variable Type testStep : TestStep to testStep : PickleStepTestStep in method private mockTestStep() : PickleStepTestStep in class cucumber.runtime.formatter.UsageFormatterTest |
From |
To |
|
Change Variable Type match : StepDefinitionMatch to match : PickleStepDefinitionMatch in method public should_fail_the_scenario_if_before_fails() : void in class cucumber.runtime.RuntimeTest |
From |
To |
|
Change Variable Type match : StepDefinitionMatch to match : PickleStepDefinitionMatch in method public stepDefinitionMatch(featurePath String, step PickleStep) : PickleStepDefinitionMatch in class cucumber.runtime.RuntimeGlue |
From |
To |
|
Change Variable Type testStep : TestStep to testStep : PickleStepTestStep in method public handlers_receive_the_events_they_registered_for() : void in class cucumber.runner.EventBusTest |
From |
To |
|
Change Variable Type stepDefinitionMatch : StepDefinitionMatch to stepDefinitionMatch : PickleStepDefinitionMatch in method public converts_doc_string_with_explicit_converter() : void in class cucumber.runtime.StepDefinitionMatchTest |
From |
To |
|
Change Variable Type match : StepDefinitionMatch to match : PickleStepDefinitionMatch in method public runUnreportedStep(featurePath String, language String, stepName String, line int, dataTableRows List<PickleRow>, docString PickleString) : void in class cucumber.runner.Runner |
From |
To |
|
Change Variable Type matchStep : StepDefinitionMatch to matchStep : PickleStepDefinitionMatch in method private mockSteps(glue RuntimeGlue, stepsToResult Map<String,Result>, stepsToLocation Map<String,String>) : void in class cucumber.runtime.TestHelper |
From |
To |
|
Change Variable Type matches : List<StepDefinitionMatch> to matches : List<PickleStepDefinitionMatch> in method public stepDefinitionMatch(featurePath String, step PickleStep) : PickleStepDefinitionMatch in class cucumber.runtime.RuntimeGlue |
From |
To |
|
Change Variable Type match : StepDefinitionMatch to match : PickleStepDefinitionMatch in method private createMessage(step PickleStep, matches List<PickleStepDefinitionMatch>) : String in class cucumber.runtime.AmbiguousStepDefinitionsException |
From |
To |
|
Change Variable Type testStep2 : TestStep to testStep2 : PickleStepTestStep in method public run_all_steps() : void in class cucumber.runner.TestCaseTest |
From |
To |
|
Change Variable Type testStep : TestStep to testStep : PickleStepTestStep in method public test_step_finished_adds_a_step_exeption_for_undefined_steps() : void in class cucumber.runtime.junit.JUnitReporterTest |
From |
To |
|
Change Variable Type match : StepDefinitionMatch to match : PickleStepDefinitionMatch in method public should_add_passed_result_to_the_summary_counter() : void in class cucumber.runtime.RuntimeTest |
From |
To |
|
Change Variable Type match : StepDefinitionMatch to match : PickleStepDefinitionMatch in method public should_add_pending_result_to_the_summary_counter() : void in class cucumber.runtime.RuntimeTest |
From |
To |
|
Change Variable Type testStep : TestStep to testStep : PickleStepTestStep in method public resultWithNullDuration() : void in class cucumber.runtime.formatter.UsageFormatterTest |
From |
To |
|
Change Variable Type stepDefinitionMatch : StepDefinitionMatch to stepDefinitionMatch : PickleStepDefinitionMatch in method private runStepDef(method Method, table PickleTable) : StepDefs in class cucumber.runtime.table.FromDataTableTest |
From |
To |
|
Change Variable Type result : List<StepDefinitionMatch> to result : List<PickleStepDefinitionMatch> in method private stepDefinitionMatches(featurePath String, step PickleStep) : List<PickleStepDefinitionMatch> in class cucumber.runtime.RuntimeGlue |
From |
To |
|
Change Variable Type stepDefinitionMatch : StepDefinitionMatch to stepDefinitionMatch : PickleStepDefinitionMatch in method public throws_arity_mismatch_exception_when_there_are_fewer_parameters_than_arguments() : void in class cucumber.runtime.StepDefinitionMatchTest |
From |
To |
|
Change Variable Type stepDefinitionMatch : StepDefinitionMatch to stepDefinitionMatch : PickleStepDefinitionMatch in method public converts_numbers() : void in class cucumber.runtime.StepDefinitionMatchTest |
From |
To |
|
Change Variable Type testStep : TestStep to testStep : PickleStepTestStep in method public run_wraps_execute_in_test_case_started_and_finished_events() : void in class cucumber.runner.TestCaseTest |
From |
To |
|
Change Variable Type stepDefinitionMatch : StepDefinitionMatch to stepDefinitionMatch : PickleStepDefinitionMatch in method public can_have_doc_string_as_only_argument() : void in class cucumber.runtime.StepDefinitionMatchTest |
From |
To |
|
Change Variable Type testStep : TestStep to testStep : PickleStepTestStep in method private mockTestStep(stepText String) : PickleStepTestStep in class cucumber.runtime.junit.JUnitReporterTest |
From |
To |
|
Change Variable Type stepDefinitionMatch : StepDefinitionMatch to stepDefinitionMatch : PickleStepDefinitionMatch in method public can_have_doc_string_as_last_argument_among_many() : void in class cucumber.runtime.StepDefinitionMatchTest |
From |
To |
|
Change Variable Type match : StepDefinitionMatch to match : PickleStepDefinitionMatch in method public should_fail_the_scenario_if_after_fails() : void in class cucumber.runtime.RuntimeTest |
From |
To |
|
Change Variable Type match : StepDefinitionMatch to match : PickleStepDefinitionMatch in method private createExceptionThrowingMatch(exception Exception) : PickleStepDefinitionMatch in class cucumber.runtime.RuntimeTest |
From |
To |
|
Change Variable Type argument : cucumber.runtime.Argument to argument : cucumber.api.Argument in method private createMatchMap(step TestStep, result Result) : Map<String,Object> in class cucumber.runtime.formatter.JSONFormatter |
From |
To |
|
Change Variable Type stepDefinitionMatch : StepDefinitionMatch to stepDefinitionMatch : PickleStepDefinitionMatch in method public throws_arity_mismatch_exception_when_there_are_more_parameters_than_arguments() : void in class cucumber.runtime.StepDefinitionMatchTest |
From |
To |
|
Change Variable Type testStep1 : TestStep to testStep1 : PickleStepTestStep in method public run_all_steps() : void in class cucumber.runner.TestCaseTest |
From |
To |
|
Change Variable Type stepDefinitionMatch : StepDefinitionMatch to stepDefinitionMatch : PickleStepDefinitionMatch in method public converts_with_explicit_converter() : void in class cucumber.runtime.StepDefinitionMatchTest |
From |
To |
|
Change Variable Type match : StepDefinitionMatch to match : PickleStepDefinitionMatch in method public should_add_failed_result_to_the_summary_counter() : void in class cucumber.runtime.RuntimeTest |
From |
To |
|
Change Variable Type testStep2 : TestStep to testStep2 : PickleStepTestStep in method public skip_steps_at_first_gherkin_step_after_nonn_passed_result() : void in class cucumber.runner.TestCaseTest |
From |
To |
|
Push Down Method public abstract getStepLine() : int from class cucumber.api.TestStep to public getStepLine() : int from class cucumber.runner.PickleStepTestStep |
From |
To |
|
Push Down Method public getDefinitionArgument() : List<cucumber.runtime.Argument> from class cucumber.api.TestStep to public getDefinitionArgument() : List<cucumber.api.Argument> from class cucumber.runner.PickleStepTestStep |
From |
To |
|
Push Down Method public runStep(language String, scenario Scenario) : void from class cucumber.runtime.StepDefinitionMatch to public runStep(language String, scenario Scenario) : void from class cucumber.runtime.PickleStepDefinitionMatch |
From |
To |
|
Push Down Method public abstract getStepText() : String from class cucumber.api.TestStep to public getStepText() : String from class cucumber.runner.PickleStepTestStep |
From |
To |
|
Push Down Method private getParameterType(n int, argumentType Type) : ParameterInfo from class cucumber.runtime.StepDefinitionMatch to private getParameterType(n int, argumentType Type) : ParameterInfo from class cucumber.runtime.PickleStepDefinitionMatch |
From |
To |
|
Push Down Method private tableArgument(stepArgument PickleTable, argIndex int, xStream LocalizedXStreams.LocalizedXStream) : Object from class cucumber.runtime.StepDefinitionMatch to private tableArgument(stepArgument PickleTable, argIndex int, xStream LocalizedXStreams.LocalizedXStream) : Object from class cucumber.runtime.PickleStepDefinitionMatch |
From |
To |
|
Push Down Method package getStepDefinition() : StepDefinition from class cucumber.runtime.StepDefinitionMatch to package getStepDefinition() : StepDefinition from class cucumber.runtime.PickleStepDefinitionMatch |
From |
To |
|
Push Down Method public getCodeLocation() : String from class cucumber.runtime.StepDefinitionMatch to public getCodeLocation() : String from class cucumber.runtime.PickleStepDefinitionMatch |
From |
To |
|
Push Down Method public abstract getHookType() : HookType from class cucumber.api.TestStep to public getHookType() : HookType from class cucumber.runner.PickleStepTestStep |
From |
To |
|
Push Down Method public getPattern() : String from class cucumber.api.TestStep to public getPattern() : String from class cucumber.runner.PickleStepTestStep |
From |
To |
|
Push Down Method public abstract getStepArgument() : List<Argument> from class cucumber.api.TestStep to public getStepArgument() : List<gherkin.pickles.Argument> from class cucumber.runner.PickleStepTestStep |
From |
To |
|
Push Down Method public run(bus EventBus, language String, scenario Scenario, skipSteps boolean) : Result from class cucumber.api.TestStep to package run(bus EventBus, language String, scenario Scenario, skipSteps boolean) : Result from class cucumber.runner.PickleStepTestStep |
From |
To |
|
Push Down Method public getStepLocation() : StackTraceElement from class cucumber.runtime.StepDefinitionMatch to package getStepLocation() : StackTraceElement from class cucumber.runtime.PickleStepDefinitionMatch |
From |
To |
|
Push Down Method public abstract isHook() : boolean from class cucumber.api.TestStep to public isHook() : boolean from class cucumber.runner.PickleStepTestStep |
From |
To |
|
Push Down Method public TestStep(definitionMatch DefinitionMatch) from class cucumber.api.TestStep to package TestStep(stepDefinitionMatch StepDefinitionMatch) from class cucumber.runner.TestStep |
From |
To |
|
Push Down Method public abstract getStepLocation() : String from class cucumber.api.TestStep to public getStepLocation() : String from class cucumber.runner.PickleStepTestStep |
From |
To |
|
Push Down Method public abstract getPickleStep() : PickleStep from class cucumber.api.TestStep to public getPickleStep() : PickleStep from class cucumber.runner.PickleStepTestStep |
From |
To |
|
Push Down Method private localeFor(language String) : Locale from class cucumber.runtime.StepDefinitionMatch to private localeFor(language String) : Locale from class cucumber.runtime.PickleStepDefinitionMatch |
From |
To |
|
Push Down Method private arityMismatch(parameterCount int) : CucumberException from class cucumber.runtime.StepDefinitionMatch to private arityMismatch(parameterCount int) : CucumberException from class cucumber.runtime.PickleStepDefinitionMatch |
From |
To |
|
Push Down Method private createArgumentsForErrorMessage(step PickleStep) : List<Argument> from class cucumber.runtime.StepDefinitionMatch to private createArgumentsForErrorMessage(step PickleStep) : List<Argument> from class cucumber.runtime.PickleStepDefinitionMatch |
From |
To |
|
Push Down Method protected removeFrameworkFramesAndAppendStepLocation(error Throwable, stepLocation StackTraceElement) : Throwable from class cucumber.runtime.StepDefinitionMatch to package removeFrameworkFramesAndAppendStepLocation(error Throwable, stepLocation StackTraceElement) : Throwable from class cucumber.runtime.PickleStepDefinitionMatch |
From |
To |
|
Push Down Method private transformedArgs(step PickleStep, xStream LocalizedXStreams.LocalizedXStream) : Object[] from class cucumber.runtime.StepDefinitionMatch to private transformedArgs(step PickleStep, xStream LocalizedXStreams.LocalizedXStream) : Object[] from class cucumber.runtime.PickleStepDefinitionMatch |
From |
To |
|
Change Return Type List<StepDefinitionMatch> to List<PickleStepDefinitionMatch> in method public getMatches() : List<PickleStepDefinitionMatch> in class cucumber.runtime.AmbiguousStepDefinitionsException |
From |
To |
|
Change Return Type StepDefinitionMatch to PickleStepDefinitionMatch in method public stepDefinitionMatch(featurePath String, step PickleStep) : PickleStepDefinitionMatch in class cucumber.runtime.Glue |
From |
To |
|
Change Return Type TestStep to PickleStepTestStep in method private mockTestStep() : PickleStepTestStep in class cucumber.runtime.formatter.UsageFormatterTest |
From |
To |
|
Change Return Type StepDefinitionMatch to PickleStepDefinitionMatch in method public stepDefinitionMatch(featurePath String, step PickleStep) : PickleStepDefinitionMatch in class cucumber.runtime.RuntimeGlue |
From |
To |
|
Change Return Type TestStep to PickleStepTestStep in method private mockTestStep(stepText String) : PickleStepTestStep in class cucumber.runtime.junit.JUnitReporterTest |
From |
To |
|
Change Return Type List<StepDefinitionMatch> to List<PickleStepDefinitionMatch> in method private stepDefinitionMatches(featurePath String, step PickleStep) : List<PickleStepDefinitionMatch> in class cucumber.runtime.RuntimeGlue |
From |
To |
|
Change Return Type StepDefinitionMatch to PickleStepDefinitionMatch in method private createExceptionThrowingMatch(exception Exception) : PickleStepDefinitionMatch in class cucumber.runtime.RuntimeTest |
From |
To |
|
Change Return Type StepDefinitionMatch to PickleStepDefinitionMatch in method public stepDefinitionMatch(featurePath String, step PickleStep) : PickleStepDefinitionMatch in class cucumber.runtime.java.JavaBackendTest.GlueStub |
From |
To |
|
Rename Parameter testStep : TestStep to step : TestStep in method private createMatchMap(step TestStep, result Result) : Map<String,Object> in class cucumber.runtime.formatter.JSONFormatter |
From |
To |
|
Rename Parameter isBefore : boolean to hookType : HookType in method private addHook(runtime Runtime, hookType HookType) : HookDefinition in class cucumber.runner.RunnerTest |
From |
To |
|
Rename Parameter isBefore : boolean to hookType : HookType in method private createRuntimeWithMockedGlue(match PickleStepDefinitionMatch, isAmbiguous boolean, hook HookDefinition, hookType HookType, runtimeArgs String...) : Runtime in class cucumber.runtime.RuntimeTest |
From |
To |
|
Rename Parameter testStep : TestStep to hookTestStep : HookTestStep in method private createHookStep(hookTestStep HookTestStep) : Map<String,Object> in class cucumber.runtime.formatter.JSONFormatter |
From |
To |
|
Rename Parameter definitionMatch : DefinitionMatch to stepDefinitionMatch : StepDefinitionMatch in method package TestStep(stepDefinitionMatch StepDefinitionMatch) in class cucumber.runner.TestStep |
From |
To |
|
Rename Parameter isBefore : boolean to hookType : HookType in method private createRuntimeWithMockedGlue(match PickleStepDefinitionMatch, hook HookDefinition, hookType HookType, runtimeArgs String...) : Runtime in class cucumber.runtime.RuntimeTest |
From |
To |