Update unit test

This commit is contained in:
sunkaixuna
2021-07-31 19:46:56 +08:00
parent b7576ed2b9
commit cb87c9b1e0
4 changed files with 33 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ namespace OrmTest
}
public static void Init()
{
Filter();
Insert();
Insert2();
@@ -44,6 +45,7 @@ namespace OrmTest
Queryable();
Queryable2();
QueryableAsync();
AopTest();
//Thread();
//Thread2();
//Thread3();