|
Move Method private processScenarioOutlineExamples(nodeMap Map<Integer,AstNode>, scenarioOutline ScenarioOutline, childNode AstNode) : void from class cucumber.runtime.formatter.JSONFormatter to private processScenarioOutlineExamples(nodeMap Map<Integer,AstNode>, scenarioOutline ScenarioOutline, childNode AstNode) : void from class cucumber.runtime.formatter.TestSourcesModel |
From |
To |
|
Move Method private parseGherkinSource(path String) : void from class cucumber.runtime.formatter.JSONFormatter to private parseGherkinSource(path String) : void from class cucumber.runtime.formatter.TestSourcesModel |
From |
To |
|
Move Method private calculateId(astNode AstNode) : String from class cucumber.runtime.formatter.JSONFormatter to public calculateId(astNode AstNode) : String from class cucumber.runtime.formatter.TestSourcesModel |
From |
To |
|
Move Method private getFeatureForTestCase(astNode AstNode) : Feature from class cucumber.runtime.formatter.JSONFormatter to public getFeatureForTestCase(astNode AstNode) : Feature from class cucumber.runtime.formatter.TestSourcesModel |
From |
To |
|
Move Method private convertToId(name String) : String from class cucumber.runtime.formatter.JSONFormatter to public convertToId(name String) : String from class cucumber.runtime.formatter.TestSourcesModel |
From |
To |
|
Move Method private processScenarioDefinition(nodeMap Map<Integer,AstNode>, child ScenarioDefinition, currentParent AstNode) : void from class cucumber.runtime.formatter.JSONFormatter to private processScenarioDefinition(nodeMap Map<Integer,AstNode>, child ScenarioDefinition, currentParent AstNode) : void from class cucumber.runtime.formatter.TestSourcesModel |
From |
To |
|
Move Attribute private pathToAstMap : Map<String,GherkinDocument> from class cucumber.runtime.formatter.JSONFormatter to private pathToAstMap : Map<String,GherkinDocument> from class cucumber.runtime.formatter.TestSourcesModel |
From |
To |
|
Move Attribute private pathToSourceMap : Map<String,String> from class cucumber.runtime.formatter.JSONFormatter to private pathToSourceMap : Map<String,String> from class cucumber.runtime.formatter.TestSourcesModel |
From |
To |
|
Move Attribute private pathToNodeMap : Map<String,Map<Integer,AstNode>> from class cucumber.runtime.formatter.JSONFormatter to private pathToNodeMap : Map<String,Map<Integer,AstNode>> from class cucumber.runtime.formatter.TestSourcesModel |
From |
To |