C# Class FluentSpec.Specs.when_verifying_expectations_with_messages

Show file Open project: msuarz/fluentspec

Public Methods

Method Description
ShouldFailWithMessage ( System.Action Action, string Message ) : void

Private Methods

Method Description
it_should_be_possible_to_check_bools ( ) : void
it_should_be_possible_to_compare_values ( ) : void
it_should_be_possible_to_induce_failure ( ) : void

Method Details

ShouldFailWithMessage() public method

public ShouldFailWithMessage ( System.Action Action, string Message ) : void
Action System.Action
Message string
return void