Acid.PuntoPagos.Sdk.Test.Dto.CurrencyDtoFixture.given_currency_when_call_to_string_get_amount_with_two_decimal C# (CSharp) 메소드

given_currency_when_call_to_string_get_amount_with_two_decimal() 개인적인 메소드

        public void given_currency_when_call_to_string_get_amount_with_two_decimal()
        {
            var currency = new CurrencyDto(10000.23256m);

            Assert.AreEqual("10000.23", currency.ToString());
        }