Appccelerate.StateMachine.Machine.ActionHolders.SingleArgumentTransitionActionHolderTest.MatchingType C# (CSharp) Method

MatchingType() private method

private MatchingType ( ) : void
return void
        public void MatchingType()
        {
            var testee = new ArgumentActionHolder<IBase>(BaseAction);
            
            testee.Execute(A.Fake<IBase>());
        }