| AkkaSpecExtensionsThrowsAsyncTException Method |
TBD
Namespace:
Akka.TestKit
Assembly:
Akka.Cluster.TestKit (in Akka.Cluster.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static Task ThrowsAsync<TException>(
Func<Task> func
)
static member ThrowsAsync :
func : Func<Task> -> Task
Parameters
- func
- Type: SystemFuncTask
TBD
Type Parameters
- TException
- TBD
Return Value
Type:
Task[Missing <returns> documentation for "M:Akka.TestKit.AkkaSpecExtensions.ThrowsAsync``1(System.Func{System.Threading.Tasks.Task})"]
See Also