Skip to content

Commit

Permalink
Added schedule instance test. #33
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Nov 13, 2017
1 parent 7fcff70 commit 6b9fbce
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,15 @@ public void requestResponseModelTest() throws InvocationTargetException, FileNot
);
}

@Test
public void scheduledInstanceModelTest() throws InvocationTargetException, FileNotFoundException,
ClassNotFoundException,
IllegalAccessException,
NoSuchMethodException {
executeNotificationUrlTest(
JSON_PATH_SCHEDULE_INSTANCE_MODEL,
ScheduleInstance.class.getName(),
GET_SCHEDULE_INSTANCE
);
}

0 comments on commit 6b9fbce

Please sign in to comment.