Ejemplo n.º 1
0
        public async Task GetNotificationWithIdCreatesExpectedRequest()
        {
            MockRequest(Constants.fakeNotificationJson,
                        client.GET_NOTIFICATION_URL + Constants.fakeNotificationId,
                        AssertValidRequest);

            await client.GetNotificationByIdAsync(Constants.fakeNotificationId);
        }