Skip to content

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

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions