Class TaxServiceTest

    • Constructor Detail

      • TaxServiceTest

        public TaxServiceTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Creates the core data, and two taxes.
        Throws:
        java.lang.Exception
      • testGetTax

        public void testGetTax()
        Tries to search the tax with code:
        • successful with "VAT_FULL",
        • caught UnknownIdentifierException with "No_Such_Tax",
        • found two taxes, that both contains "VAT".