Package org.alfresco.rad.test
Annotation Type Remote
-
@Target(TYPE) @Retention(RUNTIME) public @interface Remote
By default the $
Integration testing framework donated by Zia Consulting.AlfrescoTestRunnerwill 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.- Since:
- 3.0
- Author:
- Bindu Wavell (bindu@ziaconsulting.com)
-
-
Element Detail
-
endpoint
String endpoint
- Default:
- "http://localhost:8080/alfresco"
-
-