public void GetList4CashAssociateCommissionReportTest() { _controller.Request.Method = HttpMethod.Get; var actual = _controller.GetList4CashAssociateCommissionReport(new CashAssociateCommissionStatisticsReportRequest(), new UserProfile()) as OkNegotiatedContentResult <PagerInfo <CashAssociateCommissionStatisticsReportDto> >; Assert.IsNotNull(actual); }