C# Class Appccelerate.StateMachine.Machine.GuardTest

Tests the guard feature of the StateMachine.
Show file Open project: appccelerate/appccelerate

Public Methods

Method Description
GuardTest ( ) : FluentAssertions

Private Methods

Method Description
EventArgumentIsPassedToTheGuard ( ) : void
GuardWithASingleArgument ( ) : void
GuardWithoutArguments ( ) : void
SingleIntArgumentGuardReturningFalse ( int i ) : bool
SingleIntArgumentGuardReturningTrue ( int i ) : bool

Method Details

GuardTest() public method

public GuardTest ( ) : FluentAssertions
return FluentAssertions