public void CacheTableRegisterTest() { //注册缓存表 _pool.Register <TestTable>(); Assert.IsNotNull(_pool.Get <TestTable>()); }