Пример #1
0
 @SuppressWarnings(
     "PMD.SignatureDeclareThrowsException") // one of the dependent methods throws Exception
 public void verifyVariableInstalmentWithNullValues() throws Exception {
   applicationDatabaseOperation.updateLSIM(1);
   createNewLoanProductAndNavigateToEditLoanPage();
   setAndValidateInstalmentOption("", "1", "");
 }
Пример #2
0
 @SuppressWarnings(
     "PMD.SignatureDeclareThrowsException") // one of the dependent methods throws Exception
 public void verifyVariableInstalmentUnchecked() throws Exception {
   applicationDatabaseOperation.updateLSIM(1);
   createNewLoanProductAndNavigateToEditLoanPage()
       .editSubmit()
       .verifyVariableInstalmentUnChecked()
       .submit()
       .verifyVariableInstalmentOptionUnChecked();
 }