C# Класс Merq.BaseAsyncManagerSpec

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

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

Метод Описание
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