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