Example #1
0
 public AbstractComponentSwitcherAnonymousInnerClass(HighAvailabilityMemberStateMachineTest outerInstance, UnknownType mock, DelegateInvocationHandler <Master> handler, System.Threading.CountdownEvent latch, AtomicReference <Master> @ref) : base(mock)
 {
     this.outerInstance = outerInstance;
     this._handler      = handler;
     this._latch        = latch;
     this.@ref          = @ref;
 }
Example #2
0
 public MonitorAnonymousInnerClass(HighAvailabilityMemberStateMachineTest outerInstance, System.Threading.CountdownEvent latch, AtomicBoolean switchedSuccessfully)
 {
     this.outerInstance         = outerInstance;
     this._latch                = latch;
     this._switchedSuccessfully = switchedSuccessfully;
 }
Example #3
0
 public ResponseAnonymousInnerClass(HighAvailabilityMemberStateMachineTest outerInstance, StoreId storeId, UnknownType mock, DelegateInvocationHandler <Master> handler) : base(new HandshakeResult(0, 42), storeId, mock)
 {
     this.outerInstance = outerInstance;
     this._handler      = handler;
 }