Class TapestryRunnerConstants
java.lang.Object
org.apache.tapestry5.test.constants.TapestryRunnerConstants
- Since:
- 5.4
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The current working directory (i.e., property "user.dir").static final File
MODULE_BASE_DIR_PATH
as a file.static final String
The Surefire plugin sets basedir but DOES NOT change the current working directory. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CURRENT_DIR_PATH
The current working directory (i.e., property "user.dir"). -
MODULE_BASE_DIR_PATH
The Surefire plugin sets basedir but DOES NOT change the current working directory. When building across modules, basedir changes for each module, but user.dir does not. This value should be used when referencing local files. Outside of surefire, the "basedir" property will not be set, and the current working directory will be the default. -
MODULE_BASE_DIR
MODULE_BASE_DIR_PATH
as a file.
-
-
Constructor Details
-
TapestryRunnerConstants
public TapestryRunnerConstants()
-