CBielstein / APRSsharp

APRS# - Modern APRS software for the amateur radio community
MIT License
12 stars 5 forks source link

Use `Assert.Throws` for tests expecting an exception #48

Closed dk-obrien closed 3 years ago

dk-obrien commented 3 years ago

Description

Use Assert.Throws for tests expecting an exception

Changes

Changed try..catch blocks in tests to Assert.Throws<>

Validation

Confirmed Build succeeded and tests passed