Appccelerate.Bootstrapper.Syntax.Executables.ActionExecutableTest.ActionExecutableTest C# (CSharp) Method

ActionExecutableTest() public method

public ActionExecutableTest ( ) : System.Collections.Generic
return System.Collections.Generic
        public ActionExecutableTest()
        {
            this.executableContext = new Mock<IExecutableContext>();

            this.testee = new ActionExecutable<IExtension>(() => this.SetWasExecuted());
        }