You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario: Generate Runner Class
Given the Feature is
"
Feature: Feature Name
"
The Runner should be
"
[TestClass]
public partial class FeatureName
{
}
"
[TestMethod]publicvoidGenerateRunnerClass(){Given_the_Feature_is(@"Feature: Feature Name");The_Runner_should_be(@"[TestClass]public partial class FeatureName{}");}