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
MorganPersson edited this page Nov 26, 2012
·
1 revision
If you cant use the R# or Visual Studio plugin the EmbeddedRunner is an option you can use.
You simply "embed" it in another testing frameowrk, for example nunit.
Feature in the test
usingNBehave.Narrator.Framework;usingNUnit.Framework;namespaceEmbeddedRunner.Example{[TestFixture]publicclassEmbeddedRunnerSpec{[Test]publicvoidShould_write_Feature(){@" Feature: x narrative Scenario: y Given a When b Then c".ExecuteText();}}}