Class B2BBudgetServiceIntegrationTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class B2BBudgetServiceIntegrationTest extends ServicelayerTransactionalTest
  • Constructor Details

    • B2BBudgetServiceIntegrationTest

      public B2BBudgetServiceIntegrationTest()
  • Method Details

    • setup

      public void setup() throws Exception
      Throws:
      Exception
    • shouldGetBudgetAsCustomer

      public void shouldGetBudgetAsCustomer()
    • shouldNotGetBudgetAsCustomerFromDifferentUnit

      public void shouldNotGetBudgetAsCustomerFromDifferentUnit()
    • shouldNotGetBudgetAsCustomerFromB2BAdmin

      public void shouldNotGetBudgetAsCustomerFromB2BAdmin()
    • shouldGetBudgetAsB2BAdmin

      public void shouldGetBudgetAsB2BAdmin()
    • shouldNotGetBudgetAsB2BAdminFromDifferentUnit

      public void shouldNotGetBudgetAsB2BAdminFromDifferentUnit()
    • shouldGetBudgetsAsCustomer

      public void shouldGetBudgetsAsCustomer()
    • shouldGetBudgetsAsB2BAdmin

      public void shouldGetBudgetsAsB2BAdmin()
    • shouldGetCurrentBudgetsAsCustomerFromDifferentCostCenter

      public void shouldGetCurrentBudgetsAsCustomerFromDifferentCostCenter()
    • shouldGetCurrentBudgetsAsB2BAdminFromDifferentCostCenter

      public void shouldGetCurrentBudgetsAsB2BAdminFromDifferentCostCenter()
    • shouldGetPagedBudgetsAsCustomer

      public void shouldGetPagedBudgetsAsCustomer()
    • shouldGetPagedBudgetsAsB2BAdmin

      public void shouldGetPagedBudgetsAsB2BAdmin()