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 }}} = new Actionwords();

{{> scenario}} {{/indent}} {{/curly}} {{/indent}} {{/curly}}