C# Класс Tests.VmFactoryTests

Показать файл Открыть проект

Приватные методы

Метод Описание
CreateTestFeature ( string title ) : TechTalk.SpecFlow.Parser.SyntaxElements.Feature
CreateTestScenario ( string title ) : TechTalk.SpecFlow.Parser.SyntaxElements.Scenario
CreateTestScenarios ( int numberOfScenarios ) : List
CreateTestStep ( string text, StepKeyword stepKeyword ) : ScenarioStep
CreateTestSteps ( int numberOfSteps ) : ScenarioSteps
should_create_a_featureVM_from_a_feature ( ) : void
should_create_a_featureVmlist_from_a_list_of_features ( ) : void
should_create_a_stepListVm_from_a_list_of_steps ( ) : void
should_create_a_stepVm_from_a_specFlow_step ( ) : void
should_create_scenarioListVm_from_a_list_of_specFlowScenarios ( ) : void
should_create_scenario_from_specflow_scenario ( ) : void