ActionAssertions Class Methods
In This Topic
For a list of all members of this type, see ActionAssertions members.
Public Methods
| | Name | Description |
 | BeAssignableTo | Overloaded. Asserts that the object is assignable to a variable of type T. (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TDelegate,DelegateAssertionsBase<TDelegate,TAssertions>>) |
 | BeNull |
Asserts that the current object has not been initialized yet.
(Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TDelegate,DelegateAssertionsBase<TDelegate,TAssertions>>) |
 | BeOfType | Overloaded. Asserts that the object is of the specified type T. (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TDelegate,DelegateAssertionsBase<TDelegate,TAssertions>>) |
 | BeSameAs |
Asserts that an object reference refers to the exact same object as another object reference.
(Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TDelegate,DelegateAssertionsBase<TDelegate,TAssertions>>) |
 | Equals | (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TDelegate,DelegateAssertionsBase<TDelegate,TAssertions>>) |
 | Match | Overloaded. Asserts that the predicate is satisfied. (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TDelegate,DelegateAssertionsBase<TDelegate,TAssertions>>) |
 | NotBeAssignableTo | Overloaded. Asserts that the object is not assignable to a variable of type T. (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TDelegate,DelegateAssertionsBase<TDelegate,TAssertions>>) |
 | NotBeNull |
Asserts that the current object has been initialized.
(Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TDelegate,DelegateAssertionsBase<TDelegate,TAssertions>>) |
 | NotBeOfType | Overloaded. Asserts that the object is not of the specified type T. (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TDelegate,DelegateAssertionsBase<TDelegate,TAssertions>>) |
 | NotBeSameAs |
Asserts that an object reference refers to a different object than another object reference refers to.
(Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TDelegate,DelegateAssertionsBase<TDelegate,TAssertions>>) |
 | NotThrow | Overloaded. Asserts that the current System.Delegate does not throw any exception. |
 | NotThrowAfter | Asserts that the current System.Delegate stops throwing any exception after a specified amount of time. |
 | Satisfy<T> | Allows combining one or more assertions using the other assertion methods that this library offers on an instance of . (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TDelegate,DelegateAssertionsBase<TDelegate,TAssertions>>) |
 | Throw | Overloaded. Asserts that the current System.Delegate throws any exception. (Inherited from FluentAssertions.Specialized.DelegateAssertions<Action,ActionAssertions>) |
 | ThrowExactly<TException> | Asserts that the current System.Delegate throws an exception of the exact type (and not a derived exception type). (Inherited from FluentAssertions.Specialized.DelegateAssertions<Action,ActionAssertions>) |
Top
Protected Methods
Extension Methods
See Also