package org.alfresco.rest; /** * Test data used in tests * * @author Rodica Sutu */ public interface TestData { /** * A user with ALFRESCO_ADMINISTRATORS role. *

"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"; }