Skip to content

Commit

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

@Test
public void monetaryAccountModelTest() throws InvocationTargetException, FileNotFoundException,
ClassNotFoundException,
IllegalAccessException,
NoSuchMethodException {
executeNotificationUrlTest(
JSON_PATH_MONETARY_ACCOUNT_BANK_MODEL,
MonetaryAccountBank.class.getName(),
GET_MONETARY_ACCOUNT_BANK
);
}

0 comments on commit 3a7f4b1

Please sign in to comment.