Package org.alfresco.rest
Class RestTest
java.lang.Object
org.springframework.test.context.testng.AbstractTestNGSpringContextTests
org.alfresco.rest.RestTest
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware,org.testng.IHookable,org.testng.ITestNGListener
- Direct Known Subclasses:
NetworkDataPrep
@ContextConfiguration("classpath:alfresco-restapi-context.xml")
public abstract class RestTest
extends org.springframework.test.context.testng.AbstractTestNGSpringContextTests
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.alfresco.utility.data.DataContentprotected org.alfresco.utility.data.DataGroupprotected org.alfresco.utility.data.DataLinkprotected org.alfresco.utility.data.DataSiteprotected org.alfresco.utility.data.DataUserAISprotected org.alfresco.utility.data.DataWorkflowprotected org.alfresco.utility.TasPropertiesprotected RestWrapperprotected RestPropertiesprotected org.alfresco.utility.network.ServerHealthprotected org.alfresco.utility.model.SiteModelprotected org.alfresco.dataprep.WorkflowServiceFields inherited from class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
applicationContext, logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidshowEndTestInfo(Method method) voidshowStartTestInfo(Method method) Methods inherited from class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
run, setApplicationContext, springTestContextAfterTestClass, springTestContextAfterTestMethod, springTestContextBeforeTestClass, springTestContextBeforeTestMethod, springTestContextPrepareTestInstance
-
Field Details
-
restProperties
-
properties
@Autowired protected org.alfresco.utility.TasProperties properties -
serverHealth
@Autowired protected org.alfresco.utility.network.ServerHealth serverHealth -
restClient
-
dataUser
@Autowired protected org.alfresco.utility.data.DataUserAIS dataUser -
dataSite
@Autowired protected org.alfresco.utility.data.DataSite dataSite -
dataContent
@Autowired protected org.alfresco.utility.data.DataContent dataContent -
dataGroup
@Autowired protected org.alfresco.utility.data.DataGroup dataGroup -
dataWorkflow
@Autowired protected org.alfresco.utility.data.DataWorkflow dataWorkflow -
dataLink
@Autowired protected org.alfresco.utility.data.DataLink dataLink -
workflow
@Autowired protected org.alfresco.dataprep.WorkflowService workflow -
testSite
protected org.alfresco.utility.model.SiteModel testSite
-
-
Constructor Details
-
RestTest
public RestTest()
-
-
Method Details
-
checkServerHealth
@BeforeSuite(alwaysRun=true) public void checkServerHealth() -
showStartTestInfo
-
showEndTestInfo
-