public ChaosInterceptor(Type implementType, IChaosFactory chaosFactory,
                         IChaosPromiseInvocationClient subjects)
 {
     _subjects      = subjects;
     _chaosFactory  = chaosFactory;
     _implementType = implementType;
 }
示例#2
0
 public CachedChaosFactory(IChaosFactory next)
 {
     _next = next;
 }