Click or drag to resize
weroSoft AG, Software
ExceptionAssert Class
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Provides methods for asserting exception types.
Inheritance Hierarchy
SystemObject
  WeroSoft.UnitTestingExceptionAssert

Namespace:  WeroSoft.UnitTesting
Assembly:  WeroSoft.UnitTesting.Library (in WeroSoft.UnitTesting.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static class ExceptionAssert
Remarks
Use this method for easier reaching a high level of test covering.
Methods
  NameDescription
Public methodStatic memberIsValidImplementation(TestContext, Type)
Asserts the exception type is implemented according the rules.
Public methodStatic memberIsValidImplementation(TestContext, AssertionConfiguration)
Asserts the exceptions as defined within the configuration.
Top
See Also