c# - Does the Microsoft .Net Test framework count the number Asserts invoked for a Test? -


does .net test libraries count number asserts invoked during invocation of test method?

i'd report says mytestmethod1 -> 10 asserts invoked.

no, doesn't.

however, console output appear in test results, if create own assertion framework keeps track of information, little code in setup , teardown methods cause test report contain summary after test passes.


Comments