← Back to team overview

nunit-core team mailing list archive

[Bug 1178412] [NEW] Add callback support to Asserts

 

Public bug reported:

This feature is to allow you to add a callback method when you assert,
that would run right before the test fails. This would allow you to
perform your own logging when an assert fails, clean up anything the
test did (such as a database connection), etc.

** Affects: nunitv2
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/1178412

Title:
  Add callback support to Asserts

Status in NUnit V2 Test Framework:
  New

Bug description:
  This feature is to allow you to add a callback method when you assert,
  that would run right before the test fails. This would allow you to
  perform your own logging when an assert fails, clean up anything the
  test did (such as a database connection), etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/1178412/+subscriptions


Follow ups

References