using System; using Xunit; namespace InterfaceStudy.Test { public class UseXUnit { [Fact] public void Test1() { Assert.True(true,"ʹÓÃXUnit"); } } }