Skip to content

Clean up Unit Tests Checking Exceptions #2

@JoshKeegan

Description

@JoshKeegan

Unit Tests that check Exceptions are being thrown (and that it's correct type of Exception) are currently done with try...catch blocks and Assert.Fail() in a relevant place.

Switch to using the ExpectedException syntax throughout.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions