Example #1
0
 @Override
 public boolean createTestCase(TCase testCase) throws CerberusException {
   return testCaseDao.createTestCase(testCase);
 }