コード例 #1
0
        public void WhenAllPatientInfoRequestedThenReturnAllPatientDetails()
        {
            var res = controller.GetAllPatientDetails();

            Assert.IsType <OkObjectResult>(res);
        }