Package org.alfresco.rest.demo
Class SamplePeopleTests
- java.lang.Object
-
- org.springframework.test.context.testng.AbstractTestNGSpringContextTests
-
- org.alfresco.rest.RestTest
-
- org.alfresco.rest.demo.SamplePeopleTests
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware,org.testng.IHookable,org.testng.ITestNGListener
public class SamplePeopleTests extends RestTest
-
-
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 SamplePeopleTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadminShouldRetrievePerson()voiddataPreparation()-
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
-
-
-
-
Method Detail
-
dataPreparation
public void dataPreparation() throws org.alfresco.utility.exception.DataPreparationException- Throws:
org.alfresco.utility.exception.DataPreparationException
-
adminShouldRetrievePerson
public void adminShouldRetrievePerson() throws java.lang.Exception- Throws:
java.lang.Exception
-
-