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