Ejemplo n.º 1
0
 public static void AssemblyInitialize(TestContext tc)
 {
     try
     {
         MemoryRestrictor.Hijack();
     }
     catch
     {
         MemoryRestrictor.Restore();
         throw;
     }
 }
Ejemplo n.º 2
0
 public static void AssemblyCleanup()
 {
     MemoryRestrictor.Restore();
 }