Class MaybeAssertionsExtensions
Extension methods to enable FluentAssertions on Maybe types.
public static class MaybeAssertionsExtensions
- Inheritance
-
MaybeAssertionsExtensions
- Inherited Members
Methods
Should<T>(Maybe<T>)
Returns an assertions object for fluent assertions on Maybe.
public static MaybeAssertions<T> Should<T>(this Maybe<T> maybe) where T : notnull
Parameters
maybeMaybe<T>
Returns
Type Parameters
T