Example #1
0
        public void Create_ShouldReturnLandXmlFile_WhenXmlFileExtension()
        {
            IImportableFile file = InputFileFactory.Create(".xml");

            Assert.IsInstanceOf(file.GetType(), typeof(LandXmlFile));
        }