blob: 16906a8889fae514dec103ba4d00bd09090348a7 [file] [log] [blame]
// TestConstants.java
package org.eclipse.stem.core.tests;
/*******************************************************************************
* Copyright (c) 2006 IBM Corporation and others.
* 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/**
* This interface contains constants used by STEM's tests.
*/
public interface TestConstants {
/**
* This is the URI string of the serialized test scenario used for JUnit
* tests
*/
String JUNIT_TEST_SCENARIO_1_URI_STRING = "platform:/resource/org.eclipse.stem.core.test/data/scenarios/basic/testscenario1.scenario";
} // TestConstants