2

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.

Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373

1 Answers1

5

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.

Florian Müller
  • 3,215
  • 1
  • 14
  • 11