示例#1
0
        public async Task ShouldGetRejectedEscalationsPagingSuccess()
        {
            var result = await _sut.GetRejectedEscalationsPaging(_agencyCode);

            Assert.IsType <int>(result);
        }