Example #1
0
 @Override
 public List<TCase> findTestCaseByTestSystem(String test, String system) {
   return testCaseDao.findTestCaseByTestSystem(test, system);
 }