Class StandardPaymentModeTest

    • Constructor Detail

      • StandardPaymentModeTest

        public StandardPaymentModeTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testNet

        public void testNet()
                     throws java.lang.Exception
        test setting/getting net
        Throws:
        java.lang.Exception
      • testEquals

        public void testEquals()
                        throws java.lang.Exception
        test equals, just for fun
        Throws:
        java.lang.Exception
      • testCode

        public void testCode()
                      throws java.lang.Exception
        test Code just to be safe
        Throws:
        java.lang.Exception
      • testGetValues

        public void testGetValues()
                           throws java.lang.Exception
        costs are saved in StandardPaymentValue-Objects whose cost/currencies are returned costs are added with setCost() and removed with removeCost(), and getValues==getAllCosts will be modified after fix of bug 393: getCosts enabled to convert currencies
        Throws:
        java.lang.Exception
      • testGetCost

        public void testGetCost()
                         throws java.lang.Exception
        test setting/getting costs with variated settings for price, tax, net
        Throws:
        java.lang.Exception