hiptest/hiptest-publisher

View on GitHub
lib/templates/csharp/single_scenario.hbs

Summary

Maintainability
Test Coverage
namespace {{{ context.namespace }}}{{{ relative_package }}} {{#curly}}{{#indent}}

using System;
using NUnit.Framework;
{{#if needs_to_import_actionwords? }}using {{{ context.namespace }}};
{{/if}}
[TestFixture]
public class {{{ clear_extension context.filename }}} {{#curly}}
{{#indent}}
public Actionwords {{{ context.call_prefix }}} = new Actionwords();

{{> scenario}}
{{/indent}}
{{/curly}}
{{/indent}}
{{/curly}}