TestCaseState Members
Microsoft Robotics Class Reference
The TestCaseState type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TestCaseState |
Initializes a new instance of the TestCaseState class
|
Methods
Name | Description | |
---|---|---|
Clone |
Clones TestCaseState
|
|
CopyTo |
Copies the data member values of the current TestCaseState to the specified target object
|
|
Deserialize |
Deserializes TestCaseState
|
|
Equals | (Inherited from Object.) | |
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.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
Serialize |
Serializes the data member values of the current TestCaseState to the specified writer
|
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Description |
Test case description
|
|
EndTime |
End time
|
|
EndTimeSpecified |
True if an end time was specified on test case completion
|
|
Fail |
Fail count
|
|
Name |
Test case name
|
|
Pass |
Pass count
|
|
StartTime |
Start time
|
|
StartTimeSpecified |
True if a start time was specified
|