NonGenericAsyncFunctionAssertions Class Methods
In This Topic
For a list of all members of this type, see NonGenericAsyncFunctionAssertions 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>>) |
 | CompleteWithinAsync | Asserts that the current System.Threading.Tasks.Task will complete within the specified time. |
 | 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>>) |
 | NotCompleteWithinAsync | Asserts that the current TTask will not complete within the specified time. (Inherited from FluentAssertions.Specialized.AsyncFunctionAssertions<Task,NonGenericAsyncFunctionAssertions>) |
 | NotThrowAfterAsync | Asserts that the current Func stops throwing any exception after a specified amount of time. |
 | NotThrowAsync | Overloaded. Asserts that the current Func does not throw any exception. |
 | 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>>) |
 | ThrowAsync | Overloaded. Asserts that the current Func throws any exception. (Inherited from FluentAssertions.Specialized.AsyncFunctionAssertions<Task,NonGenericAsyncFunctionAssertions>) |
 | ThrowExactlyAsync<TException> | Asserts that the current Func throws an exception of the exact type (and not a derived exception type). (Inherited from FluentAssertions.Specialized.AsyncFunctionAssertions<Task,NonGenericAsyncFunctionAssertions>) |
 | ThrowWithinAsync | Overloaded. Asserts that the current Func throws any exception within a specific timeout. (Inherited from FluentAssertions.Specialized.AsyncFunctionAssertions<Task,NonGenericAsyncFunctionAssertions>) |
Top
Protected Methods
Extension Methods
See Also