Appccelerate.StateMachine.Machine.States.StateTest.StateTest C# (CSharp) Method

StateTest() public method

public StateTest ( ) : System
return System
        public StateTest()
        {
            this.stateMachineInformation = A.Fake<IStateMachineInformation<States, Events>>();
            this.extensionHost = A.Fake<IExtensionHost<States, Events>>();

            this.testee = new State<States, Events>(States.A, this.stateMachineInformation, this.extensionHost);
        }