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