Module scripts

Source
Expand description

Support for scripts.

Structs§

ScriptCommand
The script command to run.
ScriptConfig
The scripts defined in nextest configuration.
ScriptId
The name of a configuration script.
ScriptInfo
Basic information about a script, used during error checking.
SetupScriptConfig
Deserialized form of setup script configuration before compilation.
SetupScriptJunitConfig
A JUnit override configuration.
SetupScripts
Data about setup scripts, returned by an EvaluatableProfile.
WrapperScriptConfig
Deserialized form of wrapper script configuration before compilation.

Enums§

ProfileScriptType
A script type as configured in [[profile.*.scripts]].
ScriptCommandRelativeTo
The directory to interpret a ScriptCommand as relative to, in case it is a relative path.
ScriptType
The script type as configured in the [scripts] table.
WrapperScriptTargetRunner
Interaction of wrapper script with a configured target runner.