Ejemplo n.º 1
0
 /// <summary>
 /// Resets the container instance to null to support testing with multiple configurations in the same unit test batch.
 /// </summary>
 public static void ResetContainer()
 {
     if (__debugger != null)
     {
         __debugger.Close();
     }
     __debugger  = null;
     __container = null;
 }