Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
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, set]
 

Public Member Functions

 ExpectedExceptionAttribute (Type type)