using System;
using Xunit;
namespace LinqStudy.Test
{
public class UseXUnit
[Fact]
public void Test1()
Assert.True(true,"使用xunit框架!");
}