namespace SocketStudyTest { public class UseXunit { [Fact] public void Test1() { Assert.True(true,"使用xunit测试框架!"); } } }