using NUnit.Framework; namespace pow_csharp { public class Tests { [SetUp] public void Setup() { } [Test] public void Test1() { Assert.Pass(); } } }