From be36c494f6f94bbef993041480acdb454ee6401b Mon Sep 17 00:00:00 2001 From: Ben Magee Date: Wed, 12 Dec 2018 20:52:01 +0000 Subject: Jellyfin.Naming.Test project --- .../Jellyfin.Naming.Test/Jellyfin.Naming.Test.csproj | 19 +++++++++++++++++++ tests/Jellyfin.Naming.Test/UnitTest1.cs | 15 +++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 tests/Jellyfin.Naming.Test/Jellyfin.Naming.Test.csproj create mode 100644 tests/Jellyfin.Naming.Test/UnitTest1.cs (limited to 'tests') diff --git a/tests/Jellyfin.Naming.Test/Jellyfin.Naming.Test.csproj b/tests/Jellyfin.Naming.Test/Jellyfin.Naming.Test.csproj new file mode 100644 index 0000000000..85357d199f --- /dev/null +++ b/tests/Jellyfin.Naming.Test/Jellyfin.Naming.Test.csproj @@ -0,0 +1,19 @@ + + + + netcoreapp2.1 + + false + + + + + + + + + + + + + diff --git a/tests/Jellyfin.Naming.Test/UnitTest1.cs b/tests/Jellyfin.Naming.Test/UnitTest1.cs new file mode 100644 index 0000000000..1f2233e95f --- /dev/null +++ b/tests/Jellyfin.Naming.Test/UnitTest1.cs @@ -0,0 +1,15 @@ +using System; +using NUnit.Framework; + +namespace Jellyfin.Naming.Test +{ + [TestFixture] + public class UnitTest1 + { + [Test] + public void Test1() + { + Assert.That(true, Is.True); + } + } +} \ No newline at end of file -- cgit v1.2.3