Class DefaultOrgUnitQuoteServiceIntegrationTest

    • Field Detail

      • thrown

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

      • DefaultOrgUnitQuoteServiceIntegrationTest

        public DefaultOrgUnitQuoteServiceIntegrationTest()
    • Method Detail

      • setUp

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

        public void cleanUp()
                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldGetQuotesForEmployee

        public void shouldGetQuotesForEmployee()
      • assertResultContains

        protected void assertResultContains​(java.util.List<QuoteModel> result,
                                            java.lang.String quoteCode,
                                            java.lang.Integer quoteVersion,
                                            java.lang.String userUid)
      • shouldNotGetQuotesForEmployeeEmployeeNull

        public void shouldNotGetQuotesForEmployeeEmployeeNull()
      • shouldNotGetQuotesForEmployeePageableDataNull

        public void shouldNotGetQuotesForEmployeePageableDataNull()
      • shouldNotGetQuotesForEmployeeInsufficientRole

        public void shouldNotGetQuotesForEmployeeInsufficientRole()
      • createPageableData

        protected PageableData createPageableData​(int currentPage,
                                                  int pageSize)