Skip to content

Commit

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

@Test
public void requestInquiryModelTest() throws InvocationTargetException, FileNotFoundException,
ClassNotFoundException,
IllegalAccessException,
NoSuchMethodException {
executeNotificationUrlTest(
JSON_PATH_REQUEST_INQUIRY_MODEL,
RequestInquiry.class.getName(),
GET_REQUEST_INQUIRY
);
}

0 comments on commit 5a0c3ff

Please sign in to comment.