Exemplo n.º 1
0
        //-------------------------------------------------------------------------
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @Test public void test_parse_String_roundTrip()
        public virtual void test_parse_String_roundTrip()
        {
            assertEquals(CurrencyAmount.parse(CCY_AMOUNT.ToString()), CCY_AMOUNT);
        }