mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-27 16:50:33 +08:00
Add unit test
This commit is contained in:
@@ -77,6 +77,12 @@ namespace OrmTest
|
||||
{
|
||||
throw new Exception("unit test");
|
||||
}
|
||||
|
||||
var list12 = jsonDb.Queryable<UNITJSONTESTADSGA1>().Select(it => it ).ToList();
|
||||
if (!list12.Any(z=>z.os.Count>0))
|
||||
{
|
||||
throw new Exception("unit test");
|
||||
}
|
||||
}
|
||||
}
|
||||
public class UnitJsonTestadsga1
|
||||
|
||||
Reference in New Issue
Block a user