Class | Description | |
---|---|---|
![]() | AllTypes | Static class that allows for a 'fluent' selection of the types from an System.Reflection.Assembly. |
![]() | AssemblyAssertions | Contains a number of methods to assert that an System.Reflection.Assembly is in the expected state. |
![]() | ConstructorInfoAssertions | Contains a number of methods to assert that a System.Reflection.ConstructorInfo is in the expected state. |
![]() | MemberInfoAssertions<TSubject,TAssertions> | Contains a number of methods to assert that a System.Reflection.MemberInfo is in the expected state. |
![]() | MethodBaseAssertions<TSubject,TAssertions> | Contains a number of methods to assert that a System.Reflection.MethodBase is in the expected state. |
![]() | MethodInfoAssertions | Contains a number of methods to assert that a System.Reflection.MethodInfo is in the expected state. |
![]() | MethodInfoSelector | Allows for fluent selection of methods of a type through reflection. |
![]() | MethodInfoSelectorAssertions | Contains assertions for the System.Reflection.MethodInfo objects returned by the parent MethodInfoSelector. |
![]() | PropertyInfoAssertions | Contains a number of methods to assert that a System.Reflection.PropertyInfo is in the expected state. |
![]() | PropertyInfoSelector | Allows for fluent selection of properties of a type through reflection. |
![]() | PropertyInfoSelectorAssertions | Contains assertions for the System.Reflection.PropertyInfo objects returned by the parent PropertyInfoSelector. |
![]() | TypeAssertions | Contains a number of methods to assert that a System.Type meets certain expectations. |
![]() | TypeSelector | Allows for fluent filtering a list of types. |
![]() | TypeSelectorAssertions | Contains a number of methods to assert that all System.Types in a TypeSelector meet certain expectations. |