xdgProcessManager top-level property

  1. @visibleForTesting
void xdgProcessManager=(ProcessManager processManager)

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

Only available to tests.

Implementation

@visibleForTesting
set xdgProcessManager(ProcessManager processManager) {
  _processManager = processManager;
}