MethodInfoSelectorAssertions Class Methods
In This Topic
For a list of all members of this type, see MethodInfoSelectorAssertions members.
Public Methods
| | Name | Description |
 | Be | Asserts that the selected methods have specified . |
 | BeAsync |
Asserts that the selected methods are async.
|
 | BeDecoratedWith | Overloaded. Asserts that the selected methods are decorated with the specified TAttribute. |
 | BeVirtual |
Asserts that the selected methods are virtual.
|
 | Equals | |
 | NotBe | Asserts that the selected methods don't have specified |
 | NotBeAsync |
Asserts that the selected methods are not async.
|
 | NotBeDecoratedWith | Overloaded. Asserts that the selected methods are not decorated with the specified TAttribute. |
 | NotBeVirtual |
Asserts that the selected methods are not virtual.
|
Top
Extension Methods
See Also