From 3a7f4b1112afa9467acce2a1e8113910e9231671 Mon Sep 17 00:00:00 2001 From: Kevin Hellemun Date: Mon, 13 Nov 2017 14:46:53 +0100 Subject: [PATCH] Added monetary account bank test. bunq/sdk_java#33 --- .../model/generated/object/NotificationUrlTest.java | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/test/java/com/bunq/sdk/model/generated/object/NotificationUrlTest.java b/src/test/java/com/bunq/sdk/model/generated/object/NotificationUrlTest.java index 7c36f72c..badf6207 100644 --- a/src/test/java/com/bunq/sdk/model/generated/object/NotificationUrlTest.java +++ b/src/test/java/com/bunq/sdk/model/generated/object/NotificationUrlTest.java @@ -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 + ); + } +