Namespace: MbUnit.Framework
Assembly: MbUnit.Framework (in MbUnit.Framework.dll)
Syntax
| C# | Visual Basic | Visual C++ |
public sealed class ExpectedExceptionTestCase : TestCaseDecoratorBase
Public NotInheritable Class ExpectedExceptionTestCase _ Inherits TestCaseDecoratorBase
public ref class ExpectedExceptionTestCase sealed : public TestCaseDecoratorBase
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| ExpectedExceptionTestCase(ITestCase, Type) | ||
| Description | (Inherited from TestCaseDecoratorBase.) | |
| Equals(Object) | (Inherited from Object.) | |
| ExceptionType | ||
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Invoke(Object, IList) | (Overrides TestCaseDecoratorBase..::.Invoke(Object, IList).) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Name | (Inherited from TestCaseDecoratorBase.) | |
| TestCase | (Inherited from TestCaseDecoratorBase.) | |
| ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
System..::.Object
MbUnit.Framework..::.TestCaseDecoratorBase
MbUnit.Framework..::.ExpectedExceptionTestCase
MbUnit.Framework..::.TestCaseDecoratorBase
MbUnit.Framework..::.ExpectedExceptionTestCase
See Also
MbUnit.Framework Namespace