public void TestNgrokIsInstalled()
 {
     Assert.AreEqual(_ngrokProcess.IsInstalled(), _utils.NgrokIsInstalled());
 }
Ejemplo n.º 2
0
 public void TestNgrokIsInstalled()
 {
     Assert.AreEqual(true, _utils.NgrokIsInstalled());
     _expectedProcessCount = 1;
 }