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

ShouldDescribeItself() private méthode

private ShouldDescribeItself ( ) : void
Résultat void
        public void ShouldDescribeItself()
        {
            this.testee.Describe().Should().Be("Initializes the context once with \"() => value(Appccelerate.Bootstrapper.Syntax.Executables.ActionOnExtensionWithInitializerExecutableTest).CountAccessToContext()\" and executes \"(x, i) => x.SomeMethod(i)\" on each extension during bootstrapping.");
        }