using System; using Xunit; namespace Serwer.Tests { public class UnitTest1 { [Fact] public void Test1() { var x = 3; Assert.True(x == 3); } } }