IntelliTect / TestTools

A collection of tools for aiding in test automation
MIT License
10 stars 7 forks source link

Doesn't work with XUnit (and other) testing framework based tests #1

Closed MarkMichaelis closed 8 years ago

MarkMichaelis commented 8 years ago

This was hardcoded to use MSTest but the dependency isn't necessary. We should code to be testing framework independent.

MarkMichaelis commented 8 years ago

Resolved with commit 904134a which converts assert statements to new throw Exception (...) statements.