using System;
using Xunit;
namespace DotNetCore20
{
public class Class1
[Fact]
public void Test()
Assert.True(true,"这里是测试方法");
}