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