using System; #if TESTS using Xunit; namespace LibWithTests { public class UnitTest1 { [Fact] public void Test1() { } } } #endif