public void Dispose()
 {
     _reportCache.TestReport      = null;
     _reportCache.TestMaximumSize = null;
     _reportCache.Register(null);
 }
 public ReportCacheTestInitializer(IDocumentContainer testDocumentContainer)
 {
     _reportCache = ToolReportCache.Instance;
     _reportCache.Register(testDocumentContainer);
     _reportCache.TestReport = REPORT_STRING;
 }