Namespace: MbUnit.Framework.ComponentModel
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
[ToolboxBitmapAttribute(typeof(TestCaseComponent), "TestCaseComponent.png")]
public class TestCaseComponent : TestComponentBase
<ToolboxBitmapAttribute(GetType(TestCaseComponent), "TestCaseComponent.png")> _
Public Class TestCaseComponent _
	Inherits TestComponentBase
[ToolboxBitmapAttribute(typeof(TestCaseComponent), L"TestCaseComponent.png")]
public ref class TestCaseComponent : public TestComponentBase

Members

               
 All Members  Constructors Public method  Properties Public property  Methods Public method  Events Public event 
 Public

 Protected
 Instance

 Static Static member
 Declared

 Inherited
 XNA Framework Only Supported by the XNA Framework

 .NET Compact Framework Only Supported by the .NET Compact Framework

 MemberDescription
Public methodTestCaseComponent(IContainer)
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public methodCreateObjRef(Type)
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Protected methodCreateTestCase(Delegate, String)
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Public methodDispose()()()
Releases all resources used by the Component.
(Inherited from Component.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the Component and optionally releases the managed resources.
(Inherited from Component.)
Public eventDisposed
Adds an event handler to listen to the Disposed event on the component.
(Inherited from Component.)
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyExceptionType
Protected methodFinalize()()()
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
Public methodGetHashCode()()()
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.)
Public methodGetLifetimeService()()()
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodGetService(Type)
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
Public methodGetTests()()() (Overrides TestComponentBase..::.GetTests()()().)
Public methodGetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService()()()
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public propertyName (Inherited from TestComponentBase.)
Protected methodOnTest(EventArgs)
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public eventTest
Public methodToString()()()
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      MbUnit.Framework.ComponentModel..::.TestComponentBase
        MbUnit.Framework.ComponentModel..::.TestCaseComponent

See Also