public void The_StepDefinitions_file_should_be_created() { FeatureItem.Should().AddStepDefinitions(StepDefinitions); }
// Verify void Then_the_Step_Definitions_should_be(string RenamedStepsDefinition) { Item.Should().AddStepDefinitions(RenamedStepsDefinition); }