xdgProcessRunner top-level property

  1. @visibleForTesting
void xdgProcessRunner=(XdgProcessRunner processRunner)

A testing function that replaces the process runner used to run xdg-user-path with the one supplied.

Only available to tests.

Implementation

@visibleForTesting
set xdgProcessRunner(XdgProcessRunner processRunner) {
  _processRunner = processRunner;
}