コード例 #1
0
 @Test
 public void testGetCurrentPageValues() throws Exception {
   assertThat(service.getCurrentPageValues(), Matchers.equalTo(data.subList(0, EDITOR_PAGE_SIZE)));
 }