Upgraded error trapping for all the public methods in the driver.

This commit is contained in:
2022-05-09 20:06:01 +01:00
parent ddd6178416
commit abb985559e
2 changed files with 2066 additions and 1287 deletions
@@ -3465,7 +3465,7 @@ namespace Meade.net.Telescope.UnitTests
ConnectTelescope();
var exception = Assert.Throws<InvalidValueException>(() => _telescope.SlewToAltAzAsync(0, -0.1));
Assert.That(exception.Message, Is.EqualTo("Altitide cannot be less than 0."));
Assert.That(exception.Message, Is.EqualTo("Altitude cannot be less than 0."));
}
[Test]
File diff suppressed because it is too large Load Diff