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

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