C# Класс NSpec.Specs.Acceptance.SpecifyingActions

Наследование: Spec
Показать файл Открыть проект

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

Метод Описание
action_that_completes_successfully ( ) : void
action_that_throws_exception ( ) : void
specify_action_that_completes_successfully ( ) : void
specify_action_that_throws_exception ( ) : void
specify_message_and_action_that_completes_sucessfully ( ) : void

Приватные методы

Метод Описание
should_fail_when_specifying_action_that_throws_exception ( ) : void
should_pass_when_specifying_action_that_completes_successfully ( ) : void
should_pass_when_specifying_message_and_action_that_complets_successfully ( ) : void

Описание методов

action_that_completes_successfully() публичный Метод

public action_that_completes_successfully ( ) : void
Результат void

action_that_throws_exception() публичный Метод

public action_that_throws_exception ( ) : void
Результат void

specify_action_that_completes_successfully() публичный Метод

public specify_action_that_completes_successfully ( ) : void
Результат void

specify_action_that_throws_exception() публичный Метод

public specify_action_that_throws_exception ( ) : void
Результат void

specify_message_and_action_that_completes_sucessfully() публичный Метод

public specify_message_and_action_that_completes_sucessfully ( ) : void
Результат void