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

            act.ShouldThrow <XmlException>().WithMessage("Illegal type detail 'Illegal' for type 'number(@Prec,@Scale)'");
        }