Exemplo n.º 1
0
 private MutationContext(MutationContext parent)
 {
     _ancestor         = parent;
     _mainOrchestrator = parent._mainOrchestrator;
     InStaticValue     = parent.InStaticValue;
 }
Exemplo n.º 2
0
 public MutationContext(CsharpMutantOrchestrator mutantOrchestrator)
 {
     _mainOrchestrator = mutantOrchestrator;
 }