Appccelerate.Bootstrapper.Reporting.ExecutableContextTest.Constructor_Behaviors_ShouldBeEmpty C# (CSharp) Method

Constructor_Behaviors_ShouldBeEmpty() private method

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

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