Click or drag to resize
TaskSingletonAssertTaskIsCompleted Method
Asserts that the previously executed task is completed.

Namespace: Lawo.Threading.Tasks
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public void AssertTaskIsCompleted()
Exceptions
ExceptionCondition
InvalidOperationExceptionThe IsCompleted property is false for the Task object returned by a previously called async method.
See Also