Beispiel #1
0
 private MutationContext(MutationContext parent)
 {
     _ancestor         = parent;
     _mainOrchestrator = parent._mainOrchestrator;
     InStaticValue     = parent.InStaticValue;
 }
Beispiel #2
0
 public MutationContext(CsharpMutantOrchestrator mutantOrchestrator)
 {
     _mainOrchestrator = mutantOrchestrator;
 }