C# 클래스 Merq.BaseAsyncManagerSpec

파일 보기 프로젝트 열기: MobileEssentials/Merq

공개 메소드들

메소드 설명
BaseAsyncManagerSpec ( ITestOutputHelper output ) : System

보호된 메소드들

메소드 설명
CreateAsyncManager ( ) : IAsyncManager

비공개 메소드들

메소드 설명
when_doing_then_does_async ( ) : void
when_run_result_then_returns_value ( ) : void
when_run_result_throws_then_propagates_exception ( ) : void
when_run_throws_then_propagates_exception ( ) : void
when_runasync_result_then_returns_value ( ) : Task
when_runasync_result_throws_then_propagates_exception ( ) : void
when_runasync_throws_then_propagates_exception ( ) : void
when_running_action_then_runs_on_current_thread ( ) : void
when_running_async_action_then_runs_on_current_thread ( ) : void
when_running_async_function_then_runs_on_current_thread ( ) : void
when_running_function_then_runs_on_current_thread ( ) : void
when_switching_to_background_thread_then_changes_current_thread_id ( ) : void
when_switching_to_main_thread_then_switches_to_dispatcher_thread ( ) : void
when_switching_to_main_thread_then_switches_to_initial_thread ( ) : void

메소드 상세

BaseAsyncManagerSpec() 공개 메소드

public BaseAsyncManagerSpec ( ITestOutputHelper output ) : System
output ITestOutputHelper
리턴 System

CreateAsyncManager() 보호된 추상적인 메소드

protected abstract CreateAsyncManager ( ) : IAsyncManager
리턴 IAsyncManager