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