Пример #1
0
        public void TestGetColumnTypeDescription_When_ToAttributeMissing()
        {
            Action act = () => _xmlConversionsReader.GetColumnTypeDescription(ConversionXmlHelper.DestinationAttributeMissingForType());

            act.ShouldThrow <XmlException>().WithMessage("Error with attribute 'To' for 'Type'");
        }