Add unit test

This commit is contained in:
sunkaixuna 2022-01-16 15:42:03 +08:00
parent 90d65fcef9
commit ec7b5d614f
3 changed files with 217 additions and 0 deletions

View File

@ -81,6 +81,7 @@
<Compile Include="UnitTest\Models\Export.cs" />
<Compile Include="UnitTest\Models\ExToCon.cs" />
<Compile Include="UnitTest\Models\LoadCon.cs" />
<Compile Include="UnitTest\UBulkCopy2.cs" />
<Compile Include="UnitTest\UAdo.cs" />
<Compile Include="UnitTest\UBulkCopy.cs" />
<Compile Include="UnitTest\UCodeFirst.cs" />

View File

@ -33,6 +33,7 @@ namespace OrmTest
{
UBulkCopy.Init();
Bulk();
Insert();
CodeFirst();
Updateable();

File diff suppressed because one or more lines are too long