Class QuotesProcessIntegrationTest

    • Constructor Detail

      • QuotesProcessIntegrationTest

        public QuotesProcessIntegrationTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • tearDown

        public void tearDown()
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testBuyerSubmitQuoteWithAutoApproval

        public void testBuyerSubmitQuoteWithAutoApproval()
                                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testBuyerSubmitQuoteWithSellerApprover

        public void testBuyerSubmitQuoteWithSellerApprover()
                                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testBuyerSubmitQuoteWithSellerRejection

        public void testBuyerSubmitQuoteWithSellerRejection()
                                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • addItemsToCartBeforeCheckout

        protected void addItemsToCartBeforeCheckout​(int numOfProducts)
      • initiateQuoteForBuyer

        protected java.lang.String initiateQuoteForBuyer​(java.lang.String quoteBuyerId,
                                                         int numOfProducts)
      • buildDeliveryAddress

        protected AddressData buildDeliveryAddress()
      • checkForTargetQuoteState

        protected void checkForTargetQuoteState​(java.lang.String quoteCode,
                                                QuoteState targetQuoteState)