Skip to content

Commit

Permalink
Added scheduled tests. #41
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Nov 13, 2017
1 parent b404f98 commit 74d9336
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions BunqSdk.Tests/Model/Generated/Object/NotificationUrlTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,23 @@ public void TestRequestResponseModel()
GET_REQUEST_RESPONSE
);
}

[Fact]
public void TestScheduledInstanceModel()
{
ExeceuteNotificationUrlTest(
JSON_PATH_SCHEDULE_INSTANCE_MODEL,
typeof(ScheduleInstance),
GET_SCHEDULE_INSTANCE
);
}

[Fact]
public void TestScheduledPaymentModel()
{
ExeceuteNotificationUrlTest(
JSON_PATH_SCHEDULE_PAYMENT_MODEL,
typeof(SchedulePayment),
GET_SCHEDULE_PAYMENT
);
}

0 comments on commit 74d9336

Please sign in to comment.