C# Class NSpec.Specs.Acceptance.SpecifyingFuncs

Inheritance: Spec
Mostrar archivo Open project: nspec/NSpec

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

specify_func_that_returns_false() public method

public specify_func_that_returns_false ( ) : void
return void

specify_func_that_returns_true() public method

public specify_func_that_returns_true ( ) : void
return void

specify_func_that_throws_exception() public method

public specify_func_that_throws_exception ( ) : void
return void

specify_message_and_func_that_returns_true() public method

public specify_message_and_func_that_returns_true ( ) : void
return void