uidesigner/com.nokia.sdt.referenceprojects.test/src/com/nokia/sdt/referenceprojects/test/ITestStateConstants.java
author cawthron
Mon, 24 May 2010 15:37:56 -0500
branchC3_BUILDER_WORK
changeset 1393 42f6165e68df
parent 0 fb279309251b
permissions -rw-r--r--
write .branch.txt to make the new head

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
*
*/
package com.nokia.sdt.referenceprojects.test;

// project specific test state
public interface ITestStateConstants {

	// map keys and their expected values
			// IProject
	public static final String PROJECT = "project";
			// IDesignerDataModelSpecifier
	public static final String MODEL_SPECIFIER = "model-specifier";
			// File
	public static final String REFERENCE_FILE = "reference-file";
			// IResource
	public static final String TARGET_RESOURCE = "target-resource";
			// IFile
	public static final String TARGET_FILE = "target-file";
			// File
	public static final String CODESCANNER_FILE = "codescanner-file";
			// File
	public static final String CODESCANNER_CONFIG_FILE= "cs-config-file";
}