namespace {{{ context.namespace }}} {{#curly}}{{#indent}}

using System; using NUnit.Framework;

TestFixture

public class {{{ clear_extension context.filename }}} {{#curly}} {{#indent}} public Actionwords {{{ context.call_prefix }}};

SetUp

protected void SetUp() {{#curly}}

{{{ context.call_prefix}}} = new Actionwords();

{{/curly}} {{#each rendered_children.scenarios as |scenario|}}{{{scenario}}} {{/each}} {{/indent}} {{/curly}} {{/indent}} {{/curly}}