Runs the test as if it were surrounded by Multiple(Action) so that multiple assertion failures within the test are tolerated.

Namespace:  MbUnit.Framework
Assembly:  MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public class MultipleAssertsAttribute : TestMethodDecoratorPatternAttribute
Visual Basic (Declaration)
Public Class MultipleAssertsAttribute _
	Inherits TestMethodDecoratorPatternAttribute

Remarks

When an assertion failure occurs, it is reported but the test is allowed to proceed until it completes or throws an unhandled exception. When the test finishes, it will still be marked as failed, as usual.

Inheritance Hierarchy

See Also