コード例 #1
0
ファイル: OperationServiceTest.java プロジェクト: wj1s/gp
 @Test
 public void testGetAll() {
   assertEquals(operationService.getAll().size(), 5);
 }