Skip to content

Commit

Permalink
Added payment batch test. #33
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Nov 13, 2017
1 parent 3a7f4b1 commit 8387193
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,15 @@ public void monetaryAccountModelTest() throws InvocationTargetException, FileNot
);
}

@Test
public void paymentBatchModelTest() throws InvocationTargetException, FileNotFoundException,
ClassNotFoundException,
IllegalAccessException,
NoSuchMethodException {
executeNotificationUrlTest(
JSON_PATH_PAYMENT_BATCH_MODEL,
PaymentBatch.class.getName(),
GET_PAYMENT_BATCH
);
}

0 comments on commit 8387193

Please sign in to comment.