runnerExecutable property

String runnerExecutable
final

The test runner filename (without .dart extension).

The bridge generator produces bin/<runnerExecutable>.dart which is compiled to compiledBinaryName. Default: 'd4rtrun.b'.

Implementation

final String runnerExecutable;