compiledBinaryName property
The compiled binary name (without path).
The test runner is compiled to bin/<compiledBinaryName> and used
for all script executions. Default: 'd4'.
Implementation
final String compiledBinaryName;
The compiled binary name (without path).
The test runner is compiled to bin/<compiledBinaryName> and used
for all script executions. Default: 'd4'.
final String compiledBinaryName;