Fluent Assertions Documentation
FluentAssertions Assembly / FluentAssertions.Types Namespace
Inheritance Hierarchy
In This Topic
    FluentAssertions.Types Namespace
    In This Topic
    Contains assertion classes for the System.Type class and its related data structures like MethodInfo, PropertyInfo, etc.
    Classes
     ClassDescription
    ClassStatic class that allows for a 'fluent' selection of the types from an System.Reflection.Assembly.
    ClassContains a number of methods to assert that an System.Reflection.Assembly is in the expected state.
    ClassContains a number of methods to assert that a System.Reflection.ConstructorInfo is in the expected state.
    ClassContains a number of methods to assert that a System.Reflection.MemberInfo is in the expected state.
    ClassContains a number of methods to assert that a System.Reflection.MethodBase is in the expected state.
    ClassContains a number of methods to assert that a System.Reflection.MethodInfo is in the expected state.
    Class Allows for fluent selection of methods of a type through reflection.
    ClassContains assertions for the System.Reflection.MethodInfo objects returned by the parent MethodInfoSelector.
    ClassContains a number of methods to assert that a System.Reflection.PropertyInfo is in the expected state.
    Class Allows for fluent selection of properties of a type through reflection.
    ClassContains assertions for the System.Reflection.PropertyInfo objects returned by the parent PropertyInfoSelector.
    ClassContains a number of methods to assert that a System.Type meets certain expectations.
    Class Allows for fluent filtering a list of types.
    ClassContains a number of methods to assert that all System.Types in a TypeSelector meet certain expectations.
    See Also