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

using System; using NUnit.Framework; {{#if needs_to_import_actionwords? }}using {{{ context.namespace }}}; {{/if}}

TestFixture

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

SetUp

protected void SetUp() {{#curly}}{{#indent}} {{{ context.call_prefix}}} = new Actionwords();{{/indent}}{{#unless is_empty?}} {{> body}}{{/unless}} {{/curly}} {{#each rendered_children.scenarios as |scenario|}}{{{scenario}}} {{/each}} {{/indent}} {{/curly}} {{/indent}} {{/curly}}