Пример #1
0
 private void InitializeInstanceFields()
 {
     RuleChain = RuleChain.outerRule(SuppressOutput.suppressAll()).around(_db);
 }
Пример #2
0
 private void InitializeInstanceFields()
 {
     RuleChain = RuleChain.outerRule(_fileSystemRule).around(_testDir).around(_pageCacheRule).around(SuppressOutput.suppressAll()).around(_random);
 }