Appccelerate.Bootstrapper.Syntax.Executables.ActionOnExtensionWithInitializerExecutableTest.Execute_ShouldPassItselfToInitializer C# (CSharp) Méthode

Execute_ShouldPassItselfToInitializer() private méthode

private Execute_ShouldPassItselfToInitializer ( ) : void
Résultat void
        public void Execute_ShouldPassItselfToInitializer()
        {
            this.testee.Execute(new List<ICustomExtension> { Mock.Of<ICustomExtension>(), Mock.Of<ICustomExtension>() }, this.executableContext.Object);

            this.interceptedBehaviorAware.Should().Be(this.testee);
        }