using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Xunit; namespace xUnitStudy.WebApi.Test { public class UseXUnitAssert:IDisposable { public UseXUnitAssert() { } public void Dispose() { } [Fact] public void Test() { } } }