From 23d2ede6124b0a7b10a74058a396477d52941337 Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Sun, 8 Apr 2018 20:23:57 +0200 Subject: Did a lot of awsome stuff --- UnitTestProject1/UnitTest1.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 UnitTestProject1/UnitTest1.cs (limited to 'UnitTestProject1/UnitTest1.cs') diff --git a/UnitTestProject1/UnitTest1.cs b/UnitTestProject1/UnitTest1.cs new file mode 100644 index 0000000..dbc289d --- /dev/null +++ b/UnitTestProject1/UnitTest1.cs @@ -0,0 +1,14 @@ +using System; +using Microsoft.VisualStudio.TestTools.UnitTesting; + +namespace UnitTestProject1 +{ + [TestClass] + public class UnitTest1 + { + [TestMethod] + public void TestMethod1() + { + } + } +} -- cgit v1.2.3-54-g00ecf