develop
bicijinlian 7 years ago
parent b7c7549227
commit b1f9945fab

@ -8,9 +8,9 @@ using Xunit;
namespace xUnitStudy.WebApi.Test
{
public class UseXUnitAssert:IDisposable
public class UseXUnitAssertTest:IDisposable
{
public UseXUnitAssert()
public UseXUnitAssertTest()
{
}

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace xUnitStudy.WebApi.Test
{
public class UseXUnitIClassFixtureTest
{
}
}

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace xUnitStudy.WebApi.Test
{
public class UseXUnitICollectionFixtureTest
{
}
}

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace xUnitStudy.WebApi.Test
{
public class UseXUnitOutputTest
{
}
}

@ -84,7 +84,10 @@
<Compile Include="AutoFac\AutofacStudy.cs" />
<Compile Include="StudentBll\StudentBllTest.cs" />
<Compile Include="StudentDal\StudentDalTest.cs" />
<Compile Include="UseXUnitAssert.cs" />
<Compile Include="UseXUnitAssertTest.cs" />
<Compile Include="UseXUnitIClassFixtureTest.cs" />
<Compile Include="UseXUnitICollectionFixtureTest.cs" />
<Compile Include="UseXUnitOutputTest.cs" />
<Compile Include="UseXUnitTest.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>

Loading…
Cancel
Save