コード例 #1
0
ファイル: CacheProxyTest.cs プロジェクト: kouweizhong/relib
 public void Dispose()
 {
     m_mockCache.VerifyAll();
     m_cacheProxy.Dispose();
 }