예제 #1
0
 public SometimesFaulty(TestEpochsAreUnique _enclosing, float faultProbability)
 {
     this._enclosing       = _enclosing;
     this.faultProbability = faultProbability;
 }
예제 #2
0
 internal FaultyLoggerFactory(TestEpochsAreUnique _enclosing)
 {
     this._enclosing = _enclosing;
 }