Mercurial > pub > ImplabNet
view 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 source
using NUnit.Framework; using System; namespace Implab.Format.Test { [TestFixture()] public class JsonTests { [Test()] public void TestCase() { } } }