C# 클래스 Testeroids.TaskExtensions

파일 보기 프로젝트 열기: Testeroids/Testeroids

공개 메소드들

메소드 설명
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