using System; using Xunit; namespace LinqStudy.Test { public class UseXUnit { [Fact] public void Test1() { Assert.True(true,"ʹÓÃxunit¿ò¼Ü£¡"); } } }