Exemple #1
0
        public void Constructor_ShouldNotThrow()
        {
            var attribute = new ImportingConstructorAttribute();

            Assert.NotNull(attribute);
        }
        public void Constructor_ShouldNotThrow()
        {
            var attribute = new ImportingConstructorAttribute();

            Assert.IsNotNull(attribute);
        }