Class DefaultOrgUnitQuoteServiceIntegrationTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest @ContextConfiguration(locations="classpath:commerceservices/quote-spring-test.xml") public class DefaultOrgUnitQuoteServiceIntegrationTest extends BaseCommerceBaseTest
  • Field Details

    • thrown

      public org.junit.rules.ExpectedException thrown
  • Constructor Details

    • DefaultOrgUnitQuoteServiceIntegrationTest

      public DefaultOrgUnitQuoteServiceIntegrationTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • cleanUp

      public void cleanUp() throws Exception
      Throws:
      Exception
    • shouldGetQuotesForEmployee

      public void shouldGetQuotesForEmployee()
    • assertResultContains

      protected void assertResultContains(List<QuoteModel> result, String quoteCode, Integer quoteVersion, String userUid)
    • shouldNotGetQuotesForEmployeeEmployeeNull

      public void shouldNotGetQuotesForEmployeeEmployeeNull()
    • shouldNotGetQuotesForEmployeePageableDataNull

      public void shouldNotGetQuotesForEmployeePageableDataNull()
    • shouldNotGetQuotesForEmployeeInsufficientRole

      public void shouldNotGetQuotesForEmployeeInsufficientRole()
    • createPageableData

      protected PageableData createPageableData(int currentPage, int pageSize)