Class DefaultPagedB2BOrgUnitDaoIntegrationTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest @ContextConfiguration(locations="classpath:b2bcommerce/test/b2bcommerce-test-spring.xml") public class DefaultPagedB2BOrgUnitDaoIntegrationTest extends BaseCommerceBaseTest
  • Constructor Details

    • DefaultPagedB2BOrgUnitDaoIntegrationTest

      public DefaultPagedB2BOrgUnitDaoIntegrationTest()
  • Method Details

    • setUp

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

      public void shouldGetQuotesForUSAEmployee()
    • shouldGetQuotesForNAEmployee

      public void shouldGetQuotesForNAEmployee()
    • shouldGetQuotesForCanadaEmployee

      public void shouldGetQuotesForCanadaEmployee()
    • shouldFindMembersOfType

      public void shouldFindMembersOfType()
    • assertResultContains

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

      protected PageableData createPageableData(int currentPage, int pageSize)
    • getSellerQuoteStates

      protected Set<QuoteState> getSellerQuoteStates()