Files
keystone-engine-keystone/bindings/csharp/KeystoneNET/KeystoneNET.Tests/App.config
T
Marco 1149b6b086 Added support for CSharp (#287)
* Added support for CSharp

* Minor changes to const_generator.py; Moved files according to the output of const_generator.py; Removed non-english comments;

* Released keystone after tests
2017-03-20 18:12:51 +08:00

9 lines
502 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="specFlow" type="TechTalk.SpecFlow.Configuration.ConfigurationSectionHandler, TechTalk.SpecFlow" />
</configSections>
<specFlow>
<!-- For additional details on SpecFlow configuration options see http://go.specflow.org/doc-config -->
<!-- For additional details on SpecFlow configuration options see http://go.specflow.org/doc-config --><unitTestProvider name="NUnit" /></specFlow>
</configuration>