Class FilePathParser
java.lang.Object
net.thucydides.model.configuration.FilePathParser
Builds a file path by substituting environment variables.
Supported environment variables include $HOME, $USERDIR and $DATADIR.
$DATADIR is provided by setting the serenity.data.dir environment property.
$TEMPDIR is a dynamically generated temporary directory that will be deleted after the tests, and that is created once for each test
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FilePathParserforEnvironmentVariables(EnvironmentVariables environmentVariables) protected Stringprotected StringgetInstanciatedPath(String path)
-
Constructor Details
-
FilePathParser
-
-
Method Details
-
forEnvironmentVariables
-
getInstanciatedPath
-
getFileSeparator
-
getFileSeparatorToReplace
-