예제 #1
0
        public void AllowedExtensions_CreateDecoratorWithEmptyEntensions_AllowedExtensionsAreNull()
        {
            // arrange
            EmptyExtensionsDecorator emptyExtensions = new EmptyExtensionsDecorator();

            // act, assert
            Assert.IsNull(emptyExtensions.AllowedExtensions);
        }
        public void AllowedExtensions_CreateDecoratorWithEmptyEntensions_AllowedExtensionsAreNull()
        {
            // arrange
            EmptyExtensionsDecorator emptyExtensions = new EmptyExtensionsDecorator();

            // act, assert
            Assert.IsNull(emptyExtensions.AllowedExtensions);
        }