using NUnit.Framework; using System; namespace Implab.Format.Test { [TestFixture()] public class JsonTests { [Test()] public void TestCase() { } } }