Unit test cases for Java Controller based Webscripts in Alfresco
I plan to unit test the webscripts that had Java as controllers. I have found two approaches.1) Go along the lines of bootstrap code HelloWorldWebScriptControllerTest.java2) Follow https://github.com/Alfresco/alfresco-remote-api. Here, the test class...