C# Класс Testeroids.TaskExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
Wait ( this result, IContextSpecification contextSpecification ) : void

Helper method waits on tasks and tries to replicate the handling of exceptions that is achieved with the "await" keyword (not wrapping it in an AggregateException).

Описание методов

Wait() публичный статический Метод

Helper method waits on tasks and tries to replicate the handling of exceptions that is achieved with the "await" keyword (not wrapping it in an AggregateException).
public static Wait ( this result, IContextSpecification contextSpecification ) : void
result this The task to wait on.
contextSpecification IContextSpecification The current test fixture.
Результат void