Class AbstractAlfrescoIT

java.lang.Object
org.alfresco.rad.test.AbstractAlfrescoIT

public abstract class AbstractAlfrescoIT extends Object
Abstract Integration Test class to be used by Alfresco Integration Tests. Gives access to Alfresco Spring Application context and the ServiceRegistry that should be used when accessing Alfresco Services.
Since:
3.0
Author:
martin.bergljung@alfresco.com
  • Field Details

    • testAnnouncer

      public org.junit.rules.MethodRule testAnnouncer
      Print the test we are currently running, useful if the test is running remotely and we don't see the server logs
  • Constructor Details

    • AbstractAlfrescoIT

      public AbstractAlfrescoIT()
  • Method Details

    • getClassName

      protected String getClassName()
    • getApplicationContext

      protected org.springframework.context.ApplicationContext getApplicationContext()
    • getServiceRegistry

      protected org.alfresco.service.ServiceRegistry getServiceRegistry()