ExpectedReturn Members
Describes a method return that a test expects from the system under test. This structure supports the generated test cases and is not intended to be used directly from your code.
The following tables list the members exposed by the ExpectedReturn type.
Public Constructors
Name | Description | |
---|---|---|
ExpectedReturn | Initializes a new instance of the ExpectedReturn structure. |
Top
Public Properties
Name | Description | |
---|---|---|
Checker | Gets the method to call when the method return arrives. | |
Method | Gets the reflection information for the method return. | |
Target | Gets the object on which the method was called. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Overridden. (Inherited from Object) | |
GetHashCode | Overridden. (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | Overridden. Returns a string that represents the method return. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
ExpectedReturn Structure
Microsoft.SpecExplorer.Runtime.Testing Namespace