Add unit test

This commit is contained in:
sunkaixuan
2022-09-20 15:59:26 +08:00
parent 1630483b99
commit 8b3cc4b21d

View File

@@ -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