#if TEST using System; using NUnit.Framework; namespace Yavsc { [TestFixture()] public class Tests { [Test()] public void TestCase () { } } } #endif