메소드 | 설명 | |
---|---|---|
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 |
public BaseAsyncManagerSpec ( ITestOutputHelper output ) : System | ||
output | ITestOutputHelper | |
리턴 | System |
protected abstract CreateAsyncManager ( ) : IAsyncManager | ||
리턴 | IAsyncManager |