Exemple #1
0
        public void CannotConvertBack()
        {
            var converter = new GroupConverter();

            Assert.Throws <NotSupportedException>(() => converter.ConvertBack(null, null, null, null));
        }