Class TaxServiceTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class TaxServiceTest extends ServicelayerTransactionalTest
  • Constructor Details

    • TaxServiceTest

      public TaxServiceTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Creates the core data, and two taxes.
      Throws:
      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".