Mineplex2018-withcommit/Website/packages/MvcScaffolding.1.0.7/tools/ActionUnitTest/TestClass.cs.t4

15 lines
397 B
Plaintext
Raw Normal View History

2013-08-27 17:14:08 +02:00
<#@ Template Language="C#" HostSpecific="True" Inherits="DynamicTransform" #>
<#@ Output Extension="cs" #>
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using <#= ((EnvDTE.CodeType)Model.Controller).Namespace.FullName #>;
namespace <#= Model.Namespace #>
{
[TestClass]
public class <#= Model.ClassName #>
{
}
}