Exemple #1
0
        public void TestConvertShouldReturnFriendlyName(SemanticType semanticType, string expected)
        {
            var result = _converter.Convert(semanticType);

            Assert.That(result, Is.EqualTo(expected));
        }