Skip to content

Commit b404f98

Browse files
author
Kevin Hellemun
committed
Added request tests. #41
1 parent a9b4458 commit b404f98

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

BunqSdk.Tests/Model/Generated/Object/NotificationUrlTest.cs

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,23 @@ public void TestPaymentBatchModel()
164164
GET_PAYMENT_BATCH
165165
);
166166
}
167+
168+
[Fact]
169+
public void TestRequestInquiryModel()
170+
{
171+
ExeceuteNotificationUrlTest(
172+
JSON_PATH_REQUEST_INQUIRY_MODEL,
173+
typeof(RequestInquiry),
174+
GET_REQUEST_INQUIRY
175+
);
176+
}
177+
178+
[Fact]
179+
public void TestRequestResponseModel()
180+
{
181+
ExeceuteNotificationUrlTest(
182+
JSON_PATH_REQUEST_RESPONSE_MODEL,
183+
typeof(RequestResponse),
184+
GET_REQUEST_RESPONSE
185+
);
186+
}

0 commit comments

Comments
 (0)