Show Constants.java syntax highlighted
/*******************************************************************************
* Contributors:
* Shu Xueling
*******************************************************************************/
package ca.ucalgary.cpsc.ebe.fitClipse.util;
public final class Constants {
//FitNesse constent
public static final String FITNESSE_PAGE_CHILDREN_TREE = "?FitClipse";
public static final String FITNESSE_PAGE_RAW_CONTENT = "?raw";
public static final String FITNESSE_PAGE_SAVE = "";
public static final String FITNESSE_PAGE_EDIT = "?edit";
public static final String FITNESSE_PAGE_EXIST = "?FitClipseDoesPageExist";
public static final String FITNESSE_PAGE_DELETE = "?responder=deletePage&confirmed=yes";
public static final String FITNESSE_SAVE_TEST_RESULT= "?FitClipseSaveTestResult";
public static final String FITNESSE_FIT_TEST_HISTORY= "?FitTestHistory";
public static final String FITNESSE_FIT_TEST= "?FitTest";
public static final String FITNESSE_TEST_HISTORY_CHART = "?FitTestHistoryChartPage";
public static final String FITNESSE_FIT_TEST_SUITE_HISTORY_CHART = "?FitTestSuiteHistoryChartPage";
public static final String FITNESSE_FIT_TEST_TAG_AS = "?TagAsFitTest";
//Tool Tips
public static final String FITCLIPSE_TOOLTIP_PROPERTIES_PROJECT_NAMESPACE = "Project name space on the server.:It is the project name under page \".FitNesse.ProjectS.\"";
public static final String FITCLIPSE_TOOLTIP_PROPERTIES_FIT_ClassPath = "Class Path for running FIT accpetance tests: You may add all your class files and jar files which are required for running your application to here.";
public static final String FITCLIPSE_TOOLTIP_PROPERTIES_FIT_TEST_LOCATION = "FIT test location: This is the place FitClipse save tempory FIT test files when running FIT tests";
public static final String FITCLIPSE_TOOLTIP_PROPERTIES_FIT_TEST_RESULT_LOCATION = "FIT test results location: This is the place FitClipse save tempory FIT test result files when running FIT tests";
public static final String FITCLIPSE_TOOLTIP_PROPERTIES_SERVER_HOST_LOCATION = "Server host location: This is the host where the FitNesse backend is running. (eg. localhost)";
public static final String FITCLIPSE_TOOLTIP_PROPERTIES_SERVER_WEB_ROOT ="Root of projects on the server: The root page on FitNesse server, which holds the project's FIT tests. (eg. FitNesse.ProjectS)";
public static final String FITCLIPSE_TOOLTIP_PROPERTIES_SERVER_WEB_PORT = "Server running web port: This is the port for the server to run. (eg. 8080)";
public static final String FITCLIPSE_TOOLTIP_WIZARD_FIXTURE_GENERATION_SOURCE_FOLDER = "Select the root folder to put your fixture code. This folder path, together with the path on the fit test table page, will locate the fixture class.";
public static final String FITCLIPSE_TOOLTIP_WIZARD_FIXTURE_GENERATION_FIXTURE_TYPE_TABLE = "Select a table from this list to match a fixture type on the right.";
public static final String FITCLIPSE_TOOLTIP_WIZARD_FIXTURE_GENERATION_FIXTURE_TYPE_FIXTURE = "Sign a fixture type for the table selected on the left for generating the fixture code.";
}
See more files for this project here
The MASE project investigates methods to support the coordination and executable acceptance testing of software projects. Keywords: Agile methods, distributed teams, Extreme Programming. See http://ebe.cpsc.ucalgary.ca/ebe for more information.
Project homepage:
http://sourceforge.net/projects/mase
Programming language(s): Java,XML
License: other
Constants.java