Package org.alfresco.rad.test
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 theServiceRegistrythat should be used when accessing Alfresco Services.- Since:
- 3.0
- Author:
- martin.bergljung@alfresco.com
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.MethodRuletestAnnouncerPrint the test we are currently running, useful if the test is running remotely and we don't see the server logs
-
Constructor Summary
Constructors Constructor Description AbstractAlfrescoIT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.context.ApplicationContextgetApplicationContext()protected StringgetClassName()protected org.alfresco.service.ServiceRegistrygetServiceRegistry()
-
-
-
Method Detail
-
getClassName
protected String getClassName()
-
getApplicationContext
protected org.springframework.context.ApplicationContext getApplicationContext()
-
getServiceRegistry
protected org.alfresco.service.ServiceRegistry getServiceRegistry()
-
-