Hello I am starting my work on a project, which involves alfresco, adding a custom module, and developing a lot of Java backed webscripts. I would like to add a test harness for the project before we write to much code:-) I have found in the webscript tutorial http://wiki.alfresco.com/wiki/Web_Scripts, that I can let my junit test extend the base class
org.alfresco.repo.web.scripts.BaseWebScriptTest
. However, I cant find this class in the Alfresco SDK???
I would really like to use this approach, as it seems to be exactly whats needed to be able to junit test my application.
Are you using an Alfresco 3.0 nightly build? As mentioned on the Web Scripts page, this class was added in 3.0 (which is still under active development and is not scheduled for release until later in the year).