Example #1
0
        public void ShouldThrowNotImplementedExceptionInConvertBack()
        {
            CurrencyConverter converter = new CurrencyConverter();

            var convertedValue = converter.ConvertBack(null, null, null, null);
        }