Search code examples
cmis

CMIS unit tests?


These days, many companies and open source groups implement CMIS servers, striving to comply with the specification.

I am also developing a CMIS server.

QUESTION: Where can I find readily usable unit tests for my CMIS server?

For now the best unit tests seem to be offered by Alfresco, but I would like to hear about any other. Especially open source ones.


Solution

  • Apache Chemistry has a CMIS TCK. The easiest way to run it is to download the CMIS Workbench and press the TCK button. All TCK tests are also JUnit tests.