TestStateEvent Constructor
Include Protected Members
Include Inherited Members
Initializes an instance of the TestStateEvent class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
TestStateEvent() | Initializes an instance of the TestStateEvent class. | |
TestStateEvent(SerializationInfo, StreamingContext) | Initializes an instance of the TestStateEvent class by using the serialization information and context. | |
TestStateEvent(Guid, Guid, TestState) | Initializes an instance of the TestStateEvent class by using the provided run identifier, execution identifier, and state. | |
TestStateEvent(Guid, Guid, TestState, DateTime) | Initializes an instance of the TestStateEvent class by using the provided run identifier, execution identifier, state, and time stamp. |
Top