コード例 #1
0
        public void AllowedExtensions_CreateDecoratorWithEmptyEntensions_AllowedExtensionsAreNull()
        {
            // arrange
            EmptyExtensionsDecorator emptyExtensions = new EmptyExtensionsDecorator();

            // act, assert
            Assert.IsNull(emptyExtensions.AllowedExtensions);
        }
コード例 #2
0
        public void AllowedExtensions_CreateDecoratorWithEmptyEntensions_AllowedExtensionsAreNull()
        {
            // arrange
            EmptyExtensionsDecorator emptyExtensions = new EmptyExtensionsDecorator();

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