Namespace: MbUnit.Framework.ComponentModel
Assembly: MbUnit.Framework (in MbUnit.Framework.dll)
Syntax
| C# | Visual Basic | Visual C++ |
public interface ITestComponent : IComponent, IDisposable
Public Interface ITestComponent _ Implements IComponent, IDisposable
public interface class ITestComponent : IComponent, IDisposable
Members
| All Members | Properties | Methods | Events |
| Member | Description | |
|---|---|---|
| Dispose()()() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| Disposed | Represents the method that handles the Disposed event of a component. (Inherited from IComponent.) | |
| GetTests()()() | ||
| Name | ||
| Site | Gets or sets the ISite associated with the IComponent. (Inherited from IComponent.) |
See Also
MbUnit.Framework.ComponentModel Namespace