Class CommonTestUtils
- java.lang.Object
-
- org.alfresco.rest.rm.community.util.CommonTestUtils
-
public class CommonTestUtils extends Object
A utility class to provide test methods that can be used by the REST and UI tests.- Since:
- 2.6
- Author:
- Tom Page
-
-
Field Summary
Fields Modifier and Type Field Description static StringUSER_FULLNAME_PATTERNThe default pattern used for the user full name when users are created with tas utility
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgenerateTestPrefix(Class<?> clazz)Generate a prefix to namespace the objects in a test class.
-
-
-
Field Detail
-
USER_FULLNAME_PATTERN
public static final String USER_FULLNAME_PATTERN
The default pattern used for the user full name when users are created with tas utility- See Also:
- Constant Field Values
-
-