C# Class NSpec.Specs.Acceptance.SpecifyingFuncs

Inheritance: Spec
Afficher le fichier Open project: nspec/NSpec

Méthodes publiques

Méthode 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

Méthode 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 méthode

public specify_func_that_returns_false ( ) : void
Résultat void

specify_func_that_returns_true() public méthode

public specify_func_that_returns_true ( ) : void
Résultat void

specify_func_that_throws_exception() public méthode

public specify_func_that_throws_exception ( ) : void
Résultat void

specify_message_and_func_that_returns_true() public méthode

public specify_message_and_func_that_returns_true ( ) : void
Résultat void