Example #1
0
 public void AfterTests()
 {
     IisExpressHelper.StopIis();
 }
Example #2
0
 public void BeforeTests()
 {
     currentMoment = DateTime.UtcNow.Ticks.ToString();
     IisExpressHelper.StartIis();
 }