System.ComponentModel.Composition.MetadataAttributeAttributeTests.Constructor_ShouldNotThrow C# (CSharp) Method

Constructor_ShouldNotThrow() private method

private Constructor_ShouldNotThrow ( ) : void
return void
        public void Constructor_ShouldNotThrow()
        {
            var attribute = new MetadataAttributeAttribute();

            Assert.NotNull(attribute);
        }
    }
MetadataAttributeAttributeTests