|
Rename Method public result(result Result) : void renamed to package handleStepResult(result Result) : void in class cucumber.runtime.junit.JUnitReporter |
From |
To |
|
Rename Method private runFeatureWithFormatterSpy(cucumberFeature CucumberFeature) : String renamed to private runFeatureWithNotifier(cucumberFeature CucumberFeature) : RunNotifier in class cucumber.runtime.junit.FeatureRunnerTest |
From |
To |
|
Rename Method public after_with_pending_exception_non_strict() : void renamed to public hook_with_pending_exception_non_strict() : void in class cucumber.runtime.junit.JUnitReporterTest |
From |
To |
|
Rename Method public before_with_pending_exception_strict() : void renamed to public hook_with_pending_exception_strict() : void in class cucumber.runtime.junit.JUnitReporterTest |
From |
To |
|
Rename Method public match_allow_stared_ignored() : void renamed to public match_allow_started_ignored() : void in class cucumber.runtime.junit.JUnitReporterTest |
From |
To |
|
Rename Method private handleHook(result Result) : void renamed to package handleHookResult(result Result) : void in class cucumber.runtime.junit.JUnitReporter |
From |
To |
|
Change Parameter Type runnerStep : Step to runnerStep : PickleStep in method private stepDescription(runnerStep PickleStep) : Description in class cucumber.runtime.junit.JUnitReporterTest |
From |
To |
|
Change Parameter Type step : Step to step : PickleStep in method protected runChild(step PickleStep, notifier RunNotifier) : void in class cucumber.runtime.junit.ExecutionUnitRunner |
From |
To |
|
Change Parameter Type runnerSteps : List<Step> to runnerSteps : List<PickleStep> in method private mockExecutionUnitRunner(runnerSteps List<PickleStep>) : ExecutionUnitRunner in class cucumber.runtime.junit.JUnitReporterTest |
From |
To |
|
Change Parameter Type step : Step to step : PickleStep in method protected describeChild(step PickleStep) : Description in class cucumber.runtime.junit.ExecutionUnitRunner |
From |
To |
|
Change Parameter Type runtime : Runtime to runner : Runner in method public ExecutionUnitRunner(runner Runner, pickle Pickle, language String, jUnitReporter JUnitReporter) in class cucumber.runtime.junit.ExecutionUnitRunner |
From |
To |
|
Change Parameter Type cucumberScenario : CucumberScenario to pickle : Pickle in method public ExecutionUnitRunner(runner Runner, pickle Pickle, language String, jUnitReporter JUnitReporter) in class cucumber.runtime.junit.ExecutionUnitRunner |
From |
To |
|
Change Parameter Type step : Step to step : PickleStep in method public getSnippet(step PickleStep, keyword String, functionNameGenerator FunctionNameGenerator) : String in class cucumber.runtime.stub.StubBackend |
From |
To |
|
Change Parameter Type step : Step to step : PickleStep in method private runnerSteps(step PickleStep) : List<PickleStep> in class cucumber.runtime.junit.JUnitReporterTest |
From |
To |
|
Change Variable Type stepOccurrence1 : Step to stepOccurrence1 : PickleStep in method public shouldAssignUnequalDescriptionsToDifferentOccurrencesOfSameStepInAScenario() : void in class cucumber.runtime.junit.ExecutionUnitRunnerTest |
From |
To |
|
Change Variable Type step : Step to step : PickleStep in method public shouldIncludeScenarioNameAsClassNameInStepDescriptions() : void in class cucumber.runtime.junit.ExecutionUnitRunnerTest |
From |
To |
|
Change Variable Type step : Step to step : PickleStep in method public getDescription() : Description in class cucumber.runtime.junit.ExecutionUnitRunner |
From |
To |
|
Change Variable Type step : Step to step : PickleStep in method private mockStep(stepName String) : PickleStep in class cucumber.runtime.junit.JUnitReporterTest |
From |
To |
|
Change Variable Type cucumberTagStatement : CucumberTagStatement to pickle : Pickle in method private buildFeatureElementRunners(runtime Runtime, jUnitReporter JUnitReporter) : void in class cucumber.runtime.junit.FeatureRunner |
From |
To |
|
Change Variable Type stepOccurrence2 : Step to stepOccurrence2 : PickleStep in method public shouldAssignUnequalDescriptionsToDifferentOccurrencesOfSameStepInAScenario() : void in class cucumber.runtime.junit.ExecutionUnitRunnerTest |
From |
To |
|
Change Variable Type runnerSteps : List<Step> to runnerSteps : List<PickleStep> in method private runnerSteps(step PickleStep) : List<PickleStep> in class cucumber.runtime.junit.JUnitReporterTest |
From |
To |
|
Change Variable Type runnerStep : Step to runnerStep : PickleStep in method public match_allow_started_ignored() : void in class cucumber.runtime.junit.JUnitReporterTest |
From |
To |
|
Change Variable Type formatterOutput : String to notifier : RunNotifier in method public should_call_formatter_for_scenario_outline_with_two_examples_table_and_background() : void in class cucumber.runtime.junit.FeatureRunnerTest |
From |
To |
|
Change Variable Type runnerStep : Step to runnerStep : PickleStep in method public creates_step_notifier_with_step_from_execution_unit_runner() : void in class cucumber.runtime.junit.JUnitReporterTest |
From |
To |