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}} public Actionwords {{{ context.call_prefix }}} = new Actionwords();
{{> scenario}} {{/indent}} {{/curly}}