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

import org.testng.annotations.*; {{#if needs_to_import_actionwords? }}import {{{ context.package }}}.Actionwords; {{/if}} public class {{{ clear_extension context.filename }}} {{#curly}}{{#indent}} {{#if has_tags?}}{{#comment ‘//’}}Tags: {{join rendered_children.tags ‘ ’}} {{/comment}}{{/if}} public Actionwords {{{ context.call_prefix }}};

@BeforeMethod public 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}}