This commit is contained in:
Terje Sandstrom 2019-03-07 17:04:22 +01:00
Родитель 55b5dee940
Коммит b4a1642242
3 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -9,6 +9,7 @@ namespace $rootnamespace$
[OneTimeSetUp]
public void OneTimeSetUp()
{
// From ItemTemplates folder
// TODO: Add code here that is run before
// all tests in the assembly are run
}

Просмотреть файл

@ -9,6 +9,7 @@ namespace $rootnamespace$
[Test]
public void TestMethod()
{
// From ItemTemplates folder
// TODO: Add your test code here
var answer = 43;
Assert.That(answer,Is.EqualTo(42),"Some useful error message");

Просмотреть файл

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="nunit.templates.b29e95b8-bf26-4f03-983d-f1d0f21ad6ef" Version="1.4.8" Language="en-US" Publisher="Rob Prouse" />
<Identity Id="nunit.templates.b29e95b8-bf26-4f03-983d-f1d0f21ad6ef" Version="1.4.9" Language="en-US" Publisher="Rob Prouse" />
<DisplayName>NUnit VS Templates</DisplayName>
<Description xml:space="preserve">Provides Visual Studio project and item templates for NUnit 3 along with code snippets.</Description>
<MoreInfo>https://github.com/nunit/nunit-vs-templates</MoreInfo>