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

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

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

Метод Описание
specify_func_that_returns_false ( ) : void
specify_func_that_returns_true ( ) : void
specify_func_that_throws_exception ( ) : void
specify_message_and_func_that_returns_true ( ) : void

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

Метод Описание
func_that_throws_exception ( ) : bool
should_fail_when_specifying_func_that_returns_false ( ) : void
should_fail_when_specifying_func_that_throws_exception ( ) : void
should_pass_when_specifying_func_that_returns_true ( ) : void
should_pass_when_specifying_message_and_func_that_returns_true ( ) : void

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

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

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

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

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

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

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

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

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