コード例 #1
0
 public void AddSpecFlowJson(string specFlowJson)
 {
     _configurationDriver.SetConfigurationFormat(ConfigurationFormat.None);
     _projectsDriver.AddFile("specflow.json", specFlowJson);
 }
 public void AddAppConfigFromString(string appConfigContent)
 {
     _configurationDriver.SetConfigurationFormat(ConfigurationFormat.None);
     _projectsDriver.AddFile("app.config", appConfigContent);
 }