package {{{ context.package }}}{{{ relative_package }}};

import junit.framework.TestCase; {{#if needs_to_import_actionwords? }}import {{{ context.package }}}.Actionwords; {{/if}} public class {{{ clear_extension context.filename }}} extends TestCase {{#curly}} {{#indent}}{{#if has_tags?}}{{#comment ‘//’}}Tags: {{join rendered_children.tags ‘ ’}} {{/comment}}{{/if}} public Actionwords {{{ context.call_prefix }}} = new Actionwords(); {{#unless is_empty?}}protected void setUp() throws Exception {{#curly}}{{#indent}} super.setUp();{{/indent}} {{> body}} {{/curly}}

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