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

using System; using NUnit.Framework;

TestFixture

public class {{{ clear_extension context.filename }}} {{#curly}} {{#indent}} public Actionwords {{{ context.call_prefix }}} = new Actionwords(); {{#each rendered_children.tests as |test|}}{{{test}}} {{/each}} {{/indent}} {{/curly}} {{/indent}} {{/curly}}