Case Class |
Namespace: SmartTests
The Case type exposes the following members.
Name | Description | |
---|---|---|
Case |
Creates an instance of Case without any Criteria.
| |
Case(Criteria) |
Creates an instance of Case for a global Criteria expression.
| |
Case(String, Criteria) |
Creates an instance of Case for a parameter specific Criteria expression.
|
Name | Description | |
---|---|---|
Criteria |
The Criteria expression.
| |
ParameterName |
The name of the parameter for which the Criteria expression belongs to, if any.
|
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.) | |
GetEnumerator | Returns an enumerator that iterates through the collection. | |
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 | |
---|---|---|
BitwiseAnd |
Combines two Cases.
|