Package org.alfresco.rest.demo.workshop
Class RestApiWorkshopTests
- java.lang.Object
-
- org.springframework.test.context.testng.AbstractTestNGSpringContextTests
-
- org.alfresco.rest.RestTest
-
- org.alfresco.rest.demo.workshop.RestApiWorkshopTests
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware,org.testng.IHookable,org.testng.ITestNGListener
public class RestApiWorkshopTests extends RestTest
Demo workshop for RestAPI test
-
-
Field Summary
-
Fields inherited from class org.alfresco.rest.RestTest
dataContent, dataGroup, dataLink, dataSite, dataUser, dataWorkflow, properties, restClient, restProperties, serverHealth, testSite, workflow
-
-
Constructor Summary
Constructors Constructor Description RestApiWorkshopTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidverifyGetASiteRestApiCall()voidverifyGetSitesRestApiCall()-
Methods inherited from class org.alfresco.rest.RestTest
checkServerHealth, showEndTestInfo, showStartTestInfo
-
Methods inherited from class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
run, setApplicationContext, springTestContextAfterTestClass, springTestContextAfterTestMethod, springTestContextBeforeTestClass, springTestContextBeforeTestMethod, springTestContextPrepareTestInstance
-
-