Enhanced C#
Language of your choice: library documentation
Properties | Public Member Functions | List of all members
Loyc.MiniTest.ExpectedExceptionAttribute Class Reference

Marks a test that is expected to throw an exception of a particular type. The test fails if the expected exception is not thrown. More...


Source file:
Inheritance diagram for Loyc.MiniTest.ExpectedExceptionAttribute:

Remarks

Marks a test that is expected to throw an exception of a particular type. The test fails if the expected exception is not thrown.

Properties

Type ExceptionType [get]
 

Public Member Functions

 ExpectedExceptionAttribute (Type type)