diff Implab.Test/Implab.Format.Test/JsonTests.cs @ 158:130781364799 v2

refactoring, code cleanup
author cin
date Thu, 18 Feb 2016 14:34:02 +0300
parents
children 76e8f2ba12b8
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Implab.Test/Implab.Format.Test/JsonTests.cs	Thu Feb 18 14:34:02 2016 +0300
@@ -0,0 +1,12 @@
+using NUnit.Framework;
+using System;
+
+namespace Implab.Format.Test {
+    [TestFixture()]
+    public class JsonTests {
+        [Test()]
+        public void TestCase() {
+        }
+    }
+}
+