public void Stop()
 {
     _runtime.Shutdown();
 }
Esempio n. 2
0
 public void AfterEachTest()
 {
     _runtime.Shutdown();
 }