This commit is contained in:
sunkaixuan
2017-04-30 19:57:29 +08:00
parent 4d53cd7622
commit 6549a07ea0
2 changed files with 4 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ namespace OrmTest.UnitTest
StringIsNullOrEmpty2();
StringIsNullOrEmpty3();
StringIsNullOrEmpty4();
#endregion
ToUpper();
ToLower();
Trim();
@@ -52,7 +53,6 @@ namespace OrmTest.UnitTest
Substring();
Replace();
Length();
#endregion
}
base.End("Method Test");
}

View File

@@ -152,6 +152,9 @@
<Content Include="Lib\Newtonsoft.Json.dll" />
</ItemGroup>
<ItemGroup>
<Folder Include="Abstract\Deleteable\" />
<Folder Include="Abstract\Insertable\" />
<Folder Include="Abstract\Updateable\" />
<Folder Include="Databases\MySql\" />
<Folder Include="Databases\Oracle\" />
<Folder Include="Databases\Sqlite\" />