Package org.alfresco.rad.test
Class AbstractAlfrescoIT
java.lang.Object
org.alfresco.rad.test.AbstractAlfrescoIT
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 Summary
FieldsModifier and TypeFieldDescriptionorg.junit.rules.MethodRulePrint the test we are currently running, useful if the test is running remotely and we don't see the server logs -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.context.ApplicationContextprotected Stringprotected org.alfresco.service.ServiceRegistry
-
Field Details
-
testAnnouncer
public org.junit.rules.MethodRule testAnnouncerPrint 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
-
getApplicationContext
protected org.springframework.context.ApplicationContext getApplicationContext() -
getServiceRegistry
protected org.alfresco.service.ServiceRegistry getServiceRegistry()
-