C# 클래스 AspNetPagingExample.Tests.EmployeeControllerTest

파일 보기 프로젝트 열기: schneidenbach/AspNetPagingExample

비공개 메소드들

메소드 설명
GetEmployees ( ) : IEnumerable
GetPagedEmployeeResult ( int page, int pageSize = 10, string orderBy = nameof(Employee.Id), bool ascending = true ) : Task>>
Setup ( ) : void
TestOrderBy ( ) : Task
TestPageNumber ( ) : Task
TestPageSize ( ) : Task
TestTotalNumberOfRecords ( ) : Task
TestTotalPageCount ( ) : Task
TestTotalPageCountWithModOfZero ( ) : Task