blob: f793f03b1129a646c5c19a7360f3ddf1d7ccc08d [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010, 2012 Ericsson
*
* All rights reserved. This program and the accompanying materials are
* made available under the terms of the Eclipse Public License v1.0 which
* accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Description:
*
* Contributors:
* Alvaro Sanchez-Leon - Initial Implementation
*******************************************************************************/
/**
*
*/
package org.eclipse.mylyn.reviews.r4e.core.model.tests;
/**
* @author Alvaro Sanchez-Leon
*
*/
public interface R4ETest {
// ------------------------------------------------------------------------
// Constants
// ------------------------------------------------------------------------
static final String _REVIEW_NAME_1 = "reviewOne";
static final String _REVIEW_NAME_2 = "reviewTwo";
static final String _GROUP_ROOT_PATH = "outGroup/";
static final String _GROUP_ROOT_PATH2 = "outReview/";
static final String _GROUP_ROOT_PATH3 = "outParticipant/";
static final String _GROUP_NAME = "GrpGroup";
static final String _GROUP_NAME2 = "GrpReview";
static final String _GROUP_NAME3 = "GrpParticipant";
}