Appccelerate.Bootstrapper.Reporting.ExecutionContextTest.Constructor_Executables_ShouldBeEmpty C# (CSharp) Method

Constructor_Executables_ShouldBeEmpty() private method

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

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