using NUnit.Framework; [TestFixture] public class PatcherTests { [Test] public void foo() { // Dummy test Assert.IsTrue(true); } }