示例#1
0
 internal LockingPrintWriter(RotatingFileOutputStreamSupplierTest outerInstance, Stream @out) : base(@out)
 {
     this._outerInstance = outerInstance;
     @lock = new object();
 }
示例#2
0
 public RotationListenerAnonymousInnerClass2(RotatingFileOutputStreamSupplierTest outerInstance, System.Threading.CountdownEvent allowRotationComplete)
 {
     this.outerInstance          = outerInstance;
     this._allowRotationComplete = allowRotationComplete;
 }
示例#3
0
 public DelegatingFileSystemAbstractionAnonymousInnerClass3(RotatingFileOutputStreamSupplierTest outerInstance, EphemeralFileSystemAbstraction fileSystem, IList <Stream> mockStreams) : base(fileSystem)
 {
     this.outerInstance = outerInstance;
     this._mockStreams  = mockStreams;
 }
示例#4
0
 public RotationListenerAnonymousInnerClass(RotatingFileOutputStreamSupplierTest outerInstance, AtomicReference <Exception> listenerException, System.Threading.CountdownEvent latch)
 {
     this.outerInstance      = outerInstance;
     this._listenerException = listenerException;
     this._latch             = latch;
 }