SwensenSoftware / unquote

Write F# unit test assertions as quoted expressions, get step-by-step failure messages for free
http://www.swensensoftware.com/unquote
Apache License 2.0
287 stars 25 forks source link

Create and use custom "AssertionFailureException" for generic unit test framework support #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently we just use System.Exception, but this is not specific enough.

N.B. we have investigated use MbUnit's own assertion methods dynamically as we 
do with xUnit and NUnit, but have found that due to it's unique implementation, 
it's better to raise our own exception (MbUnit's stacktraces can't be cleaned) 
which is the motivation for switching to a custom "AssertionFailureException".

Original issue reported on code.google.com by stephen....@gmail.com on 18 Jul 2011 at 3:13

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 18 Jul 2011 at 3:30

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 20 Jul 2011 at 2:15