C# Class Testeroids.TaskExtensions

Afficher le fichier Open project: Testeroids/Testeroids

Méthodes publiques

Méthode Description
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).

Method Details

Wait() public static méthode

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.
Résultat void