|
Change Variable Type stepHookDuration : long to stepDuration : Long in method public testDurationCalculationOfStepsAndHooks() : void in class cucumber.runtime.formatter.TestNGFormatterTest |
From |
To |
|
Change Variable Type stepHookDuration : long to stepDuration : Long in method public should_handle_failure_in_before_hook() : void in class cucumber.runtime.formatter.JUnitFormatterTest |
From |
To |
|
Change Variable Type runnerSupplier : RunnerSupplier to glue : Glue in method public after_hooks_execute_before_objects_are_disposed() : void in class cucumber.runtime.HookTest |
From |
To |
|
Change Variable Type stepHookDuration : long to stepDuration : Long in method public should_handle_failure_in_before_hook_with_background() : void in class cucumber.runtime.formatter.JUnitFormatterTest |
From |
To |
|
Change Variable Type stepHookDuration : long to stepDuration : Long in method public testScenarioWithFailedAfterHook() : void in class cucumber.runtime.formatter.TestNGFormatterTest |
From |
To |
|
Change Variable Type stepHookDuration : long to stepDuration : Long in method public should_handle_failure_in_after_hook() : void in class cucumber.runtime.formatter.JUnitFormatterTest |
From |
To |
|
Change Variable Type stepHookDuration : long to stepDuration : Long in method public should_accumulate_time_from_steps_and_hooks() : void in class cucumber.runtime.formatter.JUnitFormatterTest |
From |
To |
|
Change Variable Type stepHookDuration : long to stepDuration : Long in method public should_handle_pending_in_before_hook() : void in class cucumber.runtime.formatter.JUnitFormatterTest |
From |
To |
|
Change Variable Type glueSupplier : RuntimeGlueSupplier to glueSupplier : GlueSupplier in method public after_hooks_execute_before_objects_are_disposed() : void in class cucumber.runtime.HookTest |
From |
To |
|
Change Variable Type stepHookDuration : long to stepDuration : Long in method public testScenarioWithFailedBeforeHook() : void in class cucumber.runtime.formatter.TestNGFormatterTest |
From |
To |
|
Change Variable Type formatter : Formatter to formatter : EventListener in method private setEventBusOnEventListenerPlugins(plugin Object) : void in class cucumber.runtime.formatter.Plugins |
From |
To |
|
Rename Method package uri(uri String) : void renamed to private handleTestStepFinished(stepText String, result Result) : void in class cucumber.api.testng.TestNGReporter |
From |
To |
|
Rename Method private runFeaturesWithRerunFormatter(features List<CucumberFeature>, stepsToResult Map<String,Result>, hooks List<SimpleEntry<String,Result>>, isStrict boolean) : String renamed to private runFeaturesWithFormatter(isStrict boolean) : String in class cucumber.runtime.formatter.RerunFormatterTest |
From |
To |
|
Rename Method private runFeatureWithHTMLFormatter(feature CucumberFeature, stepsToResult Map<String,Result>, stepsToLocation Map<String,String>, hooks List<SimpleEntry<String,Result>>, hookActions List<Answer<Object>>, stepHookDuration long) : String renamed to private runFeaturesWithFormatter() : String in class cucumber.runtime.formatter.HTMLFormatterTest |
From |
To |
|
Rename Method private runFeatureWithPrettyFormatter(feature CucumberFeature, stepsToLocation Map<String,String>, stepsToResult Map<String,Result>, hooks List<SimpleEntry<String,Result>>, hookActions List<Answer<Object>>, monochrome boolean) : String renamed to private runFeaturesWithFormatter(monochrome boolean) : String in class cucumber.runtime.formatter.PrettyFormatterTest |
From |
To |
|
Rename Method private runFeatureWithJUnitFormatter(feature CucumberFeature, stepsToResult Map<String,Result>, hooks List<SimpleEntry<String,Result>>, stepHookDuration long) : String renamed to private runFeaturesWithFormatter() : String in class cucumber.runtime.formatter.JUnitFormatterTest |
From |
To |
|
Rename Variable runnerSupplier : RunnerSupplier to glue : Glue in method public after_hooks_execute_before_objects_are_disposed() : void in class cucumber.runtime.HookTest |
From |
To |
|
Rename Variable htmlFormatter : HTMLFormatter to formatter : HTMLFormatter in method private runFeaturesWithFormatter() : String in class cucumber.runtime.formatter.HTMLFormatterTest |
From |
To |
|
Rename Variable keyword : String to format : String in method private handleTestStepFinished(stepText String, result Result) : void in class cucumber.api.testng.TestNGReporter |
From |
To |
|
Rename Variable junitFormatter : JUnitFormatter to formatter : JUnitFormatter in method private runFeaturesWithFormatter() : String in class cucumber.runtime.formatter.JUnitFormatterTest |
From |
To |
|
Rename Variable testStep : TestStep to step : TestStep in method public step_execution_time_is_measured() : void in class cucumber.runner.PickleStepTestStepTest |
From |
To |
|
Rename Variable buffer : StringBuffer to report : StringBuffer in method private runFeaturesWithFormatter(isStrict boolean) : String in class cucumber.runtime.formatter.RerunFormatterTest |
From |
To |
|
Rename Variable prettyFormatter : PrettyFormatter to formatter : PrettyFormatter in method private runFeaturesWithFormatter(monochrome boolean) : String in class cucumber.runtime.formatter.PrettyFormatterTest |
From |
To |
|
Rename Variable out : StringBuilder to report : StringBuilder in method private runFeaturesWithFormatter(monochrome boolean) : String in class cucumber.runtime.formatter.PrettyFormatterTest |
From |
To |
|
Rename Variable rerunFormatter : RerunFormatter to formatter : RerunFormatter in method private runFeaturesWithFormatter(isStrict boolean) : String in class cucumber.runtime.formatter.RerunFormatterTest |
From |
To |
|
Rename Variable exitstatus : byte to exitStatus : byte in method public main(argv String[]) : void in class cucumber.api.cli.Main |
From |
To |
|
Rename Variable out : StringBuilder to report : StringBuilder in method private runFeaturesWithFormatter() : String in class cucumber.runtime.formatter.HTMLFormatterTest |
From |
To |
|
Replace Variable With Attribute stepHookDuration : long to stepDuration : Long in method public should_handle_failure_in_before_hook() : void in class cucumber.runtime.formatter.JUnitFormatterTest |
From |
To |
|
Replace Variable With Attribute stepHookDuration : Long to stepDuration : Long in method public should_handle_embed_from_a_hook() : void in class cucumber.runtime.formatter.JSONFormatterTest |
From |
To |
|
Replace Variable With Attribute stepHookDuration : Long to stepDuration : Long in method public should_handle_write_from_a_hook() : void in class cucumber.runtime.formatter.JSONFormatterTest |
From |
To |
|
Replace Variable With Attribute stepHookDuration : long to stepDuration : Long in method public testScenarioWithFailedAfterHook() : void in class cucumber.runtime.formatter.TestNGFormatterTest |
From |
To |
|
Replace Variable With Attribute stepHookDuration : long to stepDuration : Long in method public should_handle_failure_in_before_hook_with_background() : void in class cucumber.runtime.formatter.JUnitFormatterTest |
From |
To |
|
Replace Variable With Attribute stepHookDuration : long to stepDuration : Long in method public should_accumulate_time_from_steps_and_hooks() : void in class cucumber.runtime.formatter.JUnitFormatterTest |
From |
To |
|
Replace Variable With Attribute stepHookDuration : long to stepDuration : Long in method public testScenarioWithFailedBeforeHook() : void in class cucumber.runtime.formatter.TestNGFormatterTest |
From |
To |
|
Replace Variable With Attribute stepHookDuration : long to stepDuration : Long in method public testDurationCalculationOfStepsAndHooks() : void in class cucumber.runtime.formatter.TestNGFormatterTest |
From |
To |
|
Replace Variable With Attribute stepHookDuration : Long to stepDuration : Long in method public should_format_scenario_with_hooks() : void in class cucumber.runtime.formatter.JSONFormatterTest |
From |
To |
|
Replace Variable With Attribute stepHookDuration : long to stepDuration : Long in method public should_handle_failure_in_after_hook() : void in class cucumber.runtime.formatter.JUnitFormatterTest |
From |
To |
|
Replace Variable With Attribute stepHookDuration : Long to stepDuration : Long in method public should_add_step_hooks_to_step() : void in class cucumber.runtime.formatter.JSONFormatterTest |
From |
To |
|
Replace Variable With Attribute stepHookDuration : long to stepDuration : Long in method public should_handle_pending_in_before_hook() : void in class cucumber.runtime.formatter.JUnitFormatterTest |
From |
To |