Exemple #1
0
        public void Interfaces_Should_Be_Empty_Upon_Initialization()
        {
            // Act
            var toscaGroup = new ToscaGroup();

            // Assert
            toscaGroup.Interfaces.Should().BeEmpty();
        }
Exemple #2
0
        public void Members_Should_Be_Empty_Upon_Initialization()
        {
            // Act
            var toscaGroup = new ToscaGroup();

            // Assert
            toscaGroup.Members.Should().BeEmpty();
        }