Example #1
0
 public void TestGetBrowserWindowThrowsOnNullInput()
 {
     Assert.Throws <ArgumentNullException>(() => _browserWindowsManager.GetBrowserWindow(null));
 }