Example #1
0
 @Override
 public boolean updateTestCaseInformation(TestCase testCase) {
   return testCaseDao.updateTestCaseInformation(testCase);
 }