UsageStatistic Class |
Namespace: Hummingbird.TestFramework.Configuration
The UsageStatistic type exposes the following members.
Name | Description | |
---|---|---|
UsageStatistic | Initializes a new instance of the UsageStatistic class |
Name | Description | |
---|---|---|
AutomatedTestCreated |
Gets or sets the number of automated test are created or modified.
| |
AutomatedTestExecuted |
Gets the automated test executed.
| |
AutomatedTestFailed |
Gets or sets the number of automated test executed but failed.
| |
AutomatedTestPassed |
Gets or sets the number of automated test executed and passed.
| |
AutomatedTestWarning |
Gets or sets the number of automated test executed with warning.
| |
IncomingAll |
Gets the incoming message count .
| |
IncomingFailed |
Gets or sets the number of incoming messaged which are failed to process.
| |
IncomingSuccess |
Gets or sets the number of incoming messages which successfully processed.
| |
OutgoingAll |
Gets the outgoing message count
| |
OutgoingFailed |
Gets or sets the number of outgoing which failed.
| |
OutgoingSuccess |
Gets or sets the number of outgoing messages with success.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (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.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ToStringOrXml |
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.) | |
ToXmlString |
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.) |