Exemple #1
0
 /// <summary>
 /// Save the original current TestExecutionContext and
 /// make a new isolated context current.
 /// </summary>
 public IsolatedContext()
 {
     _originalContext = CurrentContext;
     CurrentContext   = _originalContext.CreateIsolatedContext();
 }