new tests for RM Site

This commit is contained in:
Rodica Sutu
2016-10-27 19:03:33 +03:00
parent 2289696e0f
commit f896963188
2 changed files with 89 additions and 18 deletions

View File

@@ -0,0 +1,21 @@
package org.alfresco.rest;
/**
* Test data used in tests
*
* @author Rodica Sutu
*/
public interface TestData
{
/**
* A user with ALFRESCO_ADMINISTRATORS role.
* <p>"GROUP_ANOTHER_ADMIN_EXISTS" The ANOTHER_ADMIN user has been created.
*/
public static final String ANOTHER_ADMIN = "another_admin";
/**
* The default password used when creating test users.
*/
public static final String DEFAULT_PASSWORD = "password";
public static final String DEFAULT_EMAIL = "default@alfresco.com";
}