Alias ProcessExecutor.TestProcessRun

A function that should spawn a process that will run the test

class ProcessExecutor
{
  // ...
  alias TestProcessRun = void function(string, string, VisualTrialReporterParser);
  // ...
}