Interface IProcessCaseDaoTestCase


public interface IProcessCaseDaoTestCase
Interface for process case dao testcases. These tests will be used as part of the integration tests for other ProcessCaseDao, by injecting their dao into the tests.
Since:
9.1
Author:
r.fleuren
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setProcessCaseDao(com.aquima.interactions.process.dao.IProcessCaseDao dao)
     
  • Method Details

    • setProcessCaseDao

      void setProcessCaseDao(com.aquima.interactions.process.dao.IProcessCaseDao dao) throws Exception
      Throws:
      Exception