Annotation Type Remote


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface Remote

    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.

    Integration testing framework donated by Zia Consulting.
    Since:
    3.0
    Author:
    Bindu Wavell (bindu@ziaconsulting.com)
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String endpoint  
    • Element Detail

      • endpoint

        String endpoint
        Default:
        "http://localhost:8080/alfresco"