blob: 4583d57b1e3286d618cd3984ac9c4a82c9bb02b9 [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2016 CEA LIST.
*
*
* 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
*
* Contributors:
* CEA LIST - Initial API and implementation
*
*****************************************************************************/
package org.eclipse.papyrus.refactoring.tests.utils;
public interface ITestConstants {
// Save parameters for the created resources
public static String RESOURCES_FOLDERNAME = "resources";
public static String RESOURCES_ENCODING = "UTF-8";
// Projects housing the test models
public static String MAINP_NAME = "RefactoringMainProject";
public static String SECONDARYP_NAME = "RefactoringSecondaryProject";
// Models manipalted
public static String RESOURCES_MAINP_MODELNAME1 = "refactoringMainModel1";
public static String RESOURCES_MAINP_MODELNAME2 = "refactoringMainModel2";
public static String RESOURCES_SECONDARYP_MODELNAME1 = "refactoringSecondaryModel1";
// Init UML Test model
public static String ROOTMODEL_NAME = "RefactoringModelRoot";
}