Appccelerate.Bootstrapper.Reporting.ExecutionContextTest.Constructor_Executables_ShouldBeEmpty C# (CSharp) 메소드

Constructor_Executables_ShouldBeEmpty() 개인적인 메소드

private Constructor_Executables_ShouldBeEmpty ( ) : void
리턴 void
        public void Constructor_Executables_ShouldBeEmpty()
        {
            ExecutionContext testee = CreateTestee(Mock.Of<IDescribable>());

            testee.Executables.Should().BeEmpty();
        }