| Name | Description | |
|---|---|---|
![]() | BeDecoratedWith<TAttribute> | Asserts that the selected properties are decorated with the specified TAttribute. |
![]() | BeVirtual | Asserts that the selected properties are virtual. |
![]() | BeWritable | Asserts that the selected properties have a setter. |
![]() | Equals | |
![]() | NotBeDecoratedWith<TAttribute> | Asserts that the selected properties are not decorated with the specified TAttribute. |
![]() | NotBeVirtual | Asserts that the selected properties are not virtual. |
![]() | NotBeWritable | Asserts that the selected properties do not have a setter. |

