Class 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 Detail

      • 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 Detail

      • AbstractAlfrescoIT

        public AbstractAlfrescoIT()
    • Method Detail

      • getClassName

        protected String getClassName()
      • getApplicationContext

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

        protected org.alfresco.service.ServiceRegistry getServiceRegistry()