C# Class NSpec.Specs.Acceptance.SpecifyingActions

Inheritance: Spec
Mostrar archivo Open project: nspec/NSpec

Public Methods

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

Private Methods

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

Method Details

action_that_completes_successfully() public method

public action_that_completes_successfully ( ) : void
return void

action_that_throws_exception() public method

public action_that_throws_exception ( ) : void
return void

specify_action_that_completes_successfully() public method

public specify_action_that_completes_successfully ( ) : void
return void

specify_action_that_throws_exception() public method

public specify_action_that_throws_exception ( ) : void
return void

specify_message_and_action_that_completes_sucessfully() public method