package {{{ context.package }}}{{{ relative_package }}};
import android.support.test.filters.LargeTest; import android.support.test.rule.ActivityTestRule; import android.support.test.runner.AndroidJUnit4;
import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith;
@RunWith(AndroidJUnit4.class) @LargeTest public class {{{ clear_extension context.filename }}} {{#curly}} {{#indent}}{{#if has_tags?}}{{#comment ‘//’}}Tags: {{join rendered_children.tags ‘ ’}} {{/comment}}{{/if}}
@Rule public ActivityTestRule<MainActivity> mActivityRule = new ActivityTestRule<>(MainActivity.class);
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}}