Package org.alfresco.rad.test


package org.alfresco.rad.test
  • Class
    Description
    Abstract Integration Test class to be used by Alfresco Integration Tests.
    This is a JUnit test runner that is designed to work with an Alfresco repository.
    By default the $AlfrescoTestRunner will attempt to find a running Alfresco instance at http://localhost:8080/alfresco This annotation can be applied to a test class to have the proxy calls go to a different host/port.
    This Web Script works in consort with the $AlfrescoTestRunner.