Concerto icon indicating copy to clipboard operation
Concerto copied to clipboard

Add support for expected negative compile cases for unit testing

Open emrainey opened this issue 7 years ago • 0 comments

Allow for expected negative compile cases for enforcing programming models. For example a C++ object may delete a specific method or constructor. A unit test would try to use this and would expect to not compile, specifically for that reason.

emrainey avatar Jun 22 '17 16:06 emrainey