alfresco-sdk
alfresco-sdk copied to clipboard
junit tests through mock
Hi all, I added a simple framework to test our components through mock classes, so we don't need to start all the engine. Only choose a test and start it. Here the commit to integrate it in the sdk 4.1 and here a simple guide to use the tests: http://alfresco-tests.vige.it
I added support for activiti. Now you can start a unit test to test a workflow using a mock repository
is there news? With this patch, you can do unit tests without starting the repository. Here more info