Handy - Default Style in Step Definition in SpecFlow

Put this in App.config to make the default style method name underscores:
<specFlow>
  <trace stepDefinitionSkeletonStyle="MethodNameUnderscores" />
</specFlow>

Comments

Popular posts from this blog

Serializing JSON string to ExpandoObject

Automatically Discover and Assign Parameter with Values to a Stored Procedure Call in C#