package {{{ context.package }}};
import junit.framework.TestCase;
public class {{{ clear_extension context.filename }}} extends TestCase {{#curly}} {{#indent}} public Actionwords {{{ context.call_prefix }}} = new Actionwords();
{{> scenario}} {{/indent}} {{/curly}}